Flash CS5: Create Simple Flash Preloader: Tutorial
Uploader Comments (TasmanF1)
All Comments (16)
-
@TasmanF1 the play button worked well for me, but the stimulate download bit where you get to see the preloader isn't working well for me, can you please tell me what have i mistaken on my code ? cheers
-
i don't know what did i do wrong, but its not showing up
-
stop();
mask_me._height = 1;
this.onEnterFrame = function() : Void { var loading:Number = this.getBytesLoaded(); var total:Number = this.getBytesTotal(); var percent:Number = Math.round(loading/total*100); mask_me._yscale = percent; text_txt.text = percent + " %"; if(loading >= total) { gotoAndStop(2); }
}
-
put it in hd to read it
-
too small
-
oye tenia mucho buscando el codigo as2 para el preloader bar que funcionara y no me diera el error de event thanks and continuos
-
Hello, I have a question? If I am working on Flash cs5 do I need to download Internet Explorer to test the movies because the movie is not testing correctly
-
AND MUTE :D
-
as3 minimo ps
Got upto 5 mins in and found it hard to copy the script. After I had finish it didn't work. The script is too small on the screen.
Decky1991live 1 year ago
@Decky1991live
look description ;)
I wrote: "create simple preloader (using flash cs5, action script 2)
ActionScript code 6:00 and 9:16 "
If didn't work check again: code and instance name of symbol...
TasmanF1 1 year ago