all groups > flash (macromedia) > march 2007 >
You're in the

flash (macromedia)

group:

Numeric Countdown preloader.



Numeric Countdown preloader. satrop
3/31/2007 7:49:31 PM
flash (macromedia): Just wondering if any one could send me some code so I can have preloder countdown the percent loaded not count up?

Re: Numeric Countdown preloader. skanKyweed
3/31/2007 8:48:58 PM
google preloader flash tutorial
take the chunk of code
swap plusses with minusses and invert the order of x...

i think it's pretty much this...
Re: Numeric Countdown preloader. satrop
3/31/2007 9:31:34 PM
ok tryed that but I get "NaN" were the percent is spoused to be?? hears the
code I have>

stop();

this.onEnterFrame = function() {
percent = int(getBytesLoaded()/getBytesTotal()*100)-"%";
if (getBytesLoaded() == getBytesTotal()) {
delete this.onEnterFrame;
gotoAndPlay("enter");
}
}
AddThis Social Bookmark Button