View Single Post
Old 01-07-2007   #3 (permalink)
sami1337
Custom User Title
 
Join Date: Dec 2005
Posts: 70
Blog Entries: 2

There's just so many ways to make preloaders..

i personally don't find this a very "simple" preloader.

i find this more usefull:

frame 1
Code:
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 250
if (LOADED == TOTAL)
{
    gotoAndPlay( 3 );
}
frame 2
Code:
gotoAndPlay(1);
It doesn't include the 100 text thingy though.
__________________
ima young wannabe graphical artist

Actually, not anymore! Multi media student now
sami1337 is offline