Preloader causes trouble in other scene
by shavonne wijesinghe
on
Aug 12, 2008 at 3:14:51 pm
Hello..
I have a flash file with 2 scene..
1 scene - loader
2 scene - main
When i test the scene "main" (deleted the scene "loader" from my file) it works perfectly with the animations i have given it. But when I add the scene "loader", the "main" scene doesn't load completely..
Re: Preloader causes trouble in other scene by Pieter Helsen on Aug 12, 2008 at 4:19:42 pm
gotoAndStop("main", 1);
Here's the problem. Read the line and try to figure out what happens ;) There's another, similar command that goes to the 'main' scene and starts playing from frame 1.
Kind regards,
Pieter
General notice: from now on, I would like to ask everyone to put [AS2] or [AS3] (corresponding to the version of actionscript you are using on your project) in front of their post titles when the question is actionscript related! Please help us help you faster. Thank you.