Forum Moderators: not2easy
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