on (press) {
_root.gotoAndPlay(“test”);
}
I try that in flash 5 and nothing happen.
on (press) {
_root.gotoAndPlay(“test”);
}
I try that in flash 5 and nothing happen.
Labels work fine in Flash 5. Either…
A) You mispelled the label so you are targeting it wrong
B) Your label isn’t on the _root timeline.
C) You didn’t label your frame (You have to be sure to click on the stage after typing in a frame label otherwise it doesn’t always take effect)
:: Copyright KIRUPA 2024 //--