| |
This flash ActionScript tutorial tells how to create a flash pre loader. Preorder is commonly used for web sites to load the complete web site or animation before the flash animation starts.
Steps for creating a Pre loader
1) First of all, make a nice animation for the preorder,like color filling group of rectangles from left to right on a bar,or counting numbers 1....to 100,etc. Please note that this animation should be a movie clip.
2) Place your pre loader animation onto the scene and into the first frame. After that, add a new layer and the select the first key frame>F9 and give the following script:
stop();
3) Your animation will start from the second frame onwards.
4) Left mouse click on your preorder , Press f9 on the preorder animation or go to Window menu ,Development panels, Actions. and add the following scripts.
When you press Ctl+Enter this preloader effect will not work. It will only work after you have uploaded it onto the internet.
|
|