I have a button in a mc. This mc is in scene 2. I am trying to make it so when a user presses it Scene 3 will load. This is the AS so far...
on (press) {
gotoAndPlay ("art", 1);
}
But when I try this it just restarts Scene 2 instead of going to Scene 3 "art". I need some help with this. Thank you
jeb




Reply With Quote