using AS2, I need buttons inside a movie clip to jump to a particular frame in the scene.
I’ve got the obvious:
on (press) {
gotoAndPlay(15);
}
I just don’t know how to tell it to affect the scene and not the movie clip.
using AS2, I need buttons inside a movie clip to jump to a particular frame in the scene.
I’ve got the obvious:
on (press) {
gotoAndPlay(15);
}
I just don’t know how to tell it to affect the scene and not the movie clip.
:: Copyright KIRUPA 2024 //--