Help of Logo Pre-loader

http://flashden.net/item/logo-preloader/37608

This preloader uses company logo outline. The progress will fill in the logo during loading progress. When the pre-load complete, the logo will fade out and play the movie.

Updated: (The screenshots of the instruction will be added soon)

Adding the pre-loader to the working flash

Changing the Logo


Done



Changing the behavior [Advanced]

The Logo pre-loader is set to stop the flash animation at the beginning and play the flash animation when finish loading. You may need other behavior instead of stopping the movie.

In these few steps I will guide you to the code where stop and play the movie so that you can change how it behaves.

Please note that these steps may need some programming skills.

- Browse into net->makzan->preloader folder.

The Stop Behavior

- Open "Preloader.as".

- On line 40. You will find:

MovieClip(parent).stop();

This actionscript stop the Main Timeline.

The Play Behavior

- Open "LogoPreloader.as"

- On line 73. You will find:

MovieClip(parent).play();

This actionscript play the Main Timeline when the loading is completed.

You can change behaviors by altering these two lines.

If you have any further questions, please feel free to contact me.

You can contact me from my FlashDen page.
http://www.flashden.net/user/makzan