nighttrain20
Technical User
In Scene1 I have text in layer 1, and my button in layer 2.
In Scene2 I have my audio and pics I want to play when the button is released. in the last frame of the button layer my action is:
on (release) {
gotoAndPlay ("scene 2", 1);
}
My text and button come up and then it goes right to scene 2 without stopping. Any help? Thanks
In Scene2 I have my audio and pics I want to play when the button is released. in the last frame of the button layer my action is:
on (release) {
gotoAndPlay ("scene 2", 1);
}
My text and button come up and then it goes right to scene 2 without stopping. Any help? Thanks