|
-
Pre Loader Helllll
why wont this work......
if (getBytesLoaded() == getBytesTotal())
{
gotoAndPlay(3);
}
else
{
loaded = getBytesLoaded();
output = ((getBytesLoaded()/getBytesTotal())*100);
outputFrame = getBytesTotal();
}
the variable output is the textbox that displays the percent loaded
It only goes to like 99.9 percent, so annoying, i thought if i put the loaded in the if statement it would work, but obviously it wont show the actual progression of the percent loading.......
PLEASE HELP ME :P
-
Check out this reference thread that I made recently:
http://flashkit.com/board/showthread.php?t=661940
~Sportzguy933
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|