Question
No result with this code
I'm trying to make a button jump to the 3rd frame, but this code doesn't seem to do anything. Do I have to import the Mouse Event?
Code for StartButton:
on (release) {
gotoAndPlay("3");
}
Thanks.
Note:
Code for frame 1 and frame 3:
stop();