|
|
 |
|
|
|
|
|
Tutorial Author .: iCs :.
Simple Preloader For Beginner
Preloader is most important thing for flash site, it used to make the animation work properly, this steps guide you to make a simple preloader with swish
* Make New Movie ( File > New )
* Click on Scene1 at Outline Panel ( on your right side ) and change it into "Preloader"
* Insert text by clicking button "T" (Insert Text) and type "Loading"
* In the text object of "Loading" at Timeline panel, click at Frame 0 then right click >> Effect >>typewriter
* Make New Scene / Insert New Scene then rename it into Index
* Insert Text "Main Movie"
* In preloader Scene add Frame event and actions :
>> At Frame 0 ----> add action If Frame Loaded
---> If Frame 0 of Index ( at the actions properties box )
---> Goto Frame 0 of Index
>>At Frame 46 ----> add actions Goto Frame
---> Goto Frame 0 of preloader
If you test it in ur own computer, Movie will directly go to "Index" Scene, try to upload to your server if you want to see it working properly
|
|
|
|