Question
Scene Changes on buttons
I have made a button in flash and i want the movie to to
change to a different scene when clicked. I have attached the below
code to the button but for some reason its not working
on (release) {
gotoAndPlay("Turns invisible 1st decision", 1);
}
Any ideas?
on (release) {
gotoAndPlay("Turns invisible 1st decision", 1);
}
Any ideas?