How do you make a button in Scene 1 go to Scene 5 without going through 2-4? I thought this would work but doesn’t. How do you do that?
on (release) {
tellTarget (_root) {
gotoAndPlay(“Scene 5”, “1”);
}
}
How do you make a button in Scene 1 go to Scene 5 without going through 2-4? I thought this would work but doesn’t. How do you do that?
on (release) {
tellTarget (_root) {
gotoAndPlay(“Scene 5”, “1”);
}
}
:: Copyright KIRUPA 2024 //--