Hi,
I know this might be a bit basic, but i have never done this before…
i’m having troubles changing scene on Flash mx, whenever i click the button it goes to scene 2, and then back to scene 1 and repeats over and over again 
can anyone tell me the correct action script i should be using =) … or give me a link to any tutorial that explain how to do this…=)
Thanks :bounce:
Add a stop() action on the last frame of your scene so it doesn’t loop around.
Hi,
I’m kind of a newb myself so someone correct me if I’m wrong but I think you can either do a
gotoAndStop(Scene2 name);
or
gotoAndPlay(Scene2 name);
and put a stop(); on the first frame of Scene 2.
Either one should work.
Dang! The very first time I ever get to actually help someone and I get beat to it! LOL!
