I have a button inside an mc with the script:
on (release) {
gotoAndPlay(“Out”);
}
but it doesn’t work. I’ve also tried
on (release) {
root.gotoAndPlay(“Out”);
}
but that doesn’t work either. how do I get out of the mc?
I have a button inside an mc with the script:
on (release) {
gotoAndPlay(“Out”);
}
but it doesn’t work. I’ve also tried
on (release) {
root.gotoAndPlay(“Out”);
}
but that doesn’t work either. how do I get out of the mc?
on (release) {
_root.gotoAndPlay("Out");
}
You’re missing the underscore before root.
:: Copyright KIRUPA 2024 //--