HOME | DD

Published: 2009-07-16 16:31:58 +0000 UTC; Views: 3770; Favourites: 17; Downloads: 244
Redirect to original
Description
Flash Preloader TutorialHow to set up a preloader, with AS3
AS3 Code
-------------------------------------
import flash.events.ProgressEvent;
function loadProgress(My_Movie
var percent:Number = Math.floor( (My_Movie.bytesLoaded*100)/My_Movie.bytesTotal );
myLoadText.text = percent+"%";
}
loaderInfo.addEventListener(ProgressEvent.PROGRESS, loadProgress);
---------------------------------------
Related content
Comments: 10
Geobarney [2010-07-07 16:18:38 +0000 UTC]
Sir, I have a problem, my preloader, in the first frame doesn't show up..pls help me because i am a newbie in action script3..pls help..
👍: 0 ⏩: 1
TerminalMontage [2010-03-14 17:57:46 +0000 UTC]
THIS IS AWESOME. I couldn't find ANY tutorials on AS3, and I really needed help.
Do you know how to make a simple button too? That, after it finishes loading, in the second frame it has like.. A "play" button that'll take you to the next scene?
👍: 0 ⏩: 0
coreylansdell [2009-11-03 19:20:45 +0000 UTC]
Thanks so much... just used this and it worked like a charm!
Great for a newby to as like me.
Thanks
C
👍: 0 ⏩: 1
NoobGamer75 In reply to coreylansdell [2009-11-10 21:07:56 +0000 UTC]
Your welcome, I'm really a newby with flash too, but figgered i would make this video, to go with my preloaders
Thanks so much for the Fave too
👍: 0 ⏩: 0
Yggdrisall-Blue [2009-09-03 16:50:27 +0000 UTC]
Though there are a few elements I have gone elsewhere to figure out, this helps quite a bit!
👍: 0 ⏩: 2
Geobarney In reply to Yggdrisall-Blue [2010-07-07 16:25:46 +0000 UTC]
Sir, can you help me, i don't know how to fix this..i watched the tutorial and applied it..then when i tested it..when i "test the movie"..and simulate the bandwidth..nothing appears in first frame..pls help me..i really need the preloader..thank you...
👍: 0 ⏩: 0
NoobGamer75 In reply to Yggdrisall-Blue [2009-09-05 11:21:55 +0000 UTC]
Thankyou Yggd
Glad it helped
👍: 0 ⏩: 0
NoobGamer75 In reply to alexisicon [2009-08-02 19:39:36 +0000 UTC]
Your welcome , and thankyou for the Fave!
👍: 0 ⏩: 0