PDA

View Full Version : Problem With Navigation Through the Scenes


chirax
04-04-2007, 09:11 AM
I have a rather strange problem viz .

I have two Scenes

Pre Loader- I've a button with code

open_btn.onRelease = function() {
nextScene();
}

Content -
stop();

here the problem is when i click the Open_btn , it does not stop at Content (where I have given stop(); ) .Can some one help me here ?

Why it is not stopping ?
any thing which can ,make it stop ?
Thanks and Regards
Chirax

chirax
04-05-2007, 03:34 AM
Can please some one Help ?

turtelly
04-10-2007, 04:21 PM
Can you post your file?