Hi. I can’t believe I"m asking this question but I have to because it’s not working and I have a deadline to reach in 2 hours.
Issue:
I have a movie with 2 scenes. The “home” page with a button than when pressed I want to go to Scene 2. This is the code that i have on the button.
on(release){
gotoAndPlay(“Scene 2”, 1);
}
For some reason it is not working. All it does is play the current scene (loading) over again. I know that this is SUCH a basic flash question but I have no idea why it’s not working. Please help!!! I have to get this project online in 2 hours…
Thanks in advance!!!
T