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
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