actionscript
AS3.0 Flash Preloader With Moving TextField
This simple ActionScript3.0 preloader has two graphic elements, gradient filled loading bar and text field 'loadedTF'. Code contains two functions, progressFunction and completeFunction. Variable named 'percent' inside progressFunction can have values between 0.0 and 1.0. Since loading bar graphic width = 300 we use single line code:
loadedTF.x = percent * 300;
to move our text field along with loading bar, which we animate using scaleX property.

Dummy page.swf which this preloader uses is small only 22kb, so in order to see preloader working you will have to use view - simulate download when you test preloader movie.

If you have any questions, leave comment.
*_*
p.s. this is post number 200 !!!

Post a Comment
0 Comments
Thanks for sharing your thoughts !