Is this a joke?
If not...
gotoAndPlay ("Scene 3", "art");
-K
Printable View
Is this a joke?
If not...
gotoAndPlay ("Scene 3", "art");
-K
What am I missing here? It works fine when I do not have the button inside the mc and simply on the main stage, but when I put it in the mc and try to load scene 3 from there on press nothing happens.
on (press) {
gotoAndStop ("art", 1);
}
I tried to put _root in front of "art" but that did not work.
thanks for your help
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