ASG
11-28-2005, 12:14 AM
I have a button inside a movie clip but was wondering how to make that button go to another scene out side the movie clip eg. if there is a MC with a button inside it on Scene 1 and i want that button to go to Scene 2 out side of the MC what script would i use? i have tried this
on (release) {
gotoAndStop("Scene 2");
}
but that doesnt work
on (release) {
gotoAndStop("Scene 2");
}
but that doesnt work