thecynicality
Technical User
I am trying to do a loading bar, with 10% intervals, i have 11 frames for it. The code i tried using to make it work is:
if (_framesloaded>=6) {}
nextFrame();
if (_framesloaded>=12) {}
nextFrame();
etc.
But it doesn't seem to be working, it just plows straight through them, without the frames loading. Any Ideas?
if (_framesloaded>=6) {}
nextFrame();
if (_framesloaded>=12) {}
nextFrame();
etc.
But it doesn't seem to be working, it just plows straight through them, without the frames loading. Any Ideas?