I had only one scene in my movie. In that scene I had a button in the first frame. That button had a very simple action attached to it:
onRelease {
gotoAndStop(_currentframe+1);
}
That worked great. Upon releasing the button I’d go to frame 2.
Now I added a loading scene (a scene that comes up before the main scene) and the button I just mentioned started to work goofy. When released it takes me to scence 19!
I didn’t change anything at all in the main movie. All I did was add a scene. Anybody has any idea what’s going on? Thanks a lot!