how to use gotoAndStop(scene, frame) in a mc?
there’s a button in a mc, when I click it, it will change the scene, like this:
on(release){
gotoAndStop(“main_scene”, 1)
}
but it doesn’t work!
how to use gotoAndStop(scene, frame) in a mc?
there’s a button in a mc, when I click it, it will change the scene, like this:
on(release){
gotoAndStop(“main_scene”, 1)
}
but it doesn’t work!
:: Copyright KIRUPA 2024 //--