Forum Moderators: not2easy

Message Too Old, No Replies

Preloaders

I saw a post about preloaders this can help

         

ZIMBABWE_mx

9:29 pm on Mar 30, 2004 (gmt 0)



Some people have complained that their preloaders play before their movie every time and want ri of it. And i gonna tell ja wat ta do.
In your preloader the first 2 frames should be entirely empty, except frame 2 should have a script that looks sumtin like dis:

if (_framesloaded>=_totalframes) {
nextscene();
}

Then the 3rd frame should begin your preloader. At the last frame of your preloader put in a code sumtin like ziz:

if (_framesloaded>=_totalframes) {
nextScene();
} else {
gotoAndPlay(3);
}

Well thats it hope this helps ya and remeber to do this you should have the preloader in a sperate frame at the begining