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
It doesn't include the 100 text thingy though.
__________________
ima young wannabe graphical artist
Actually, not anymore! Multi media student now