PDA

View Full Version : Go2stop[5]



SP lo_ol
June 2nd, 2003, 09:26 PM
on (press) {
_root.gotoAndPlay("test");
}


I try that in flash 5 and nothing happen.

lostinbeta
June 2nd, 2003, 09:44 PM
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)