I am having a major problem with an action script. Though I have been told scenes are evil I used them anyway because I have found in the past it helped me to organize my movie better. I have a button and I have been trying to write a script so when I click on it, it goes to scene 4 and plays it. The code I have been using is:
ButtonName.onPress = gotoAndPlay(“scene 4”, frame 1);
Although I don’t get any errors this doesn’t work at all so if anyone can tell me the right code for the operation or tell me how to fix the one I have been trying to use I would really appreciate the help.