Skip to main content
March 19, 2009
Question

Scene Changes on buttons

  • March 19, 2009
  • 1 reply
  • 250 views
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?
This topic has been closed for replies.

1 reply

Ned Murphy
Legend
March 19, 2009
I'd try getting rid of spaces and keeping it short... keep your labels simple.
March 19, 2009
Tried shortening it to one word but it seems to be only picking up the 1 and just flicking back to frame on in that scene. Very weird!