Hi
I've placed a button in a movie (called "mvMenu" that is iserted into scene 1. By playing the movie and then clicking the button one should get to scene 2, but that doesn't work. I was trying a simple
command, but when clicking, I stay at ("Scene 1", 1). What am I doing wrong?
Tanks for your help!
I've placed a button in a movie (called "mvMenu" that is iserted into scene 1. By playing the movie and then clicking the button one should get to scene 2, but that doesn't work. I was trying a simple
Code:
on (release) {
gotoAndPlay ("Scene 2", 1);
}
Tanks for your help!