jupiter759
06-26-2003, 05:44 AM
Hi there,
I've got a MC with a button from which I want to send the user to a different frame in the main scene. To me, the code below would be the most obvious thing to do, yet it doesnt work. does anybody know what to do? thanks.
on (release) {
tellTarget ("/root") {
gotoAndStop ("main");
}
}
I've got a MC with a button from which I want to send the user to a different frame in the main scene. To me, the code below would be the most obvious thing to do, yet it doesnt work. does anybody know what to do? thanks.
on (release) {
tellTarget ("/root") {
gotoAndStop ("main");
}
}