Hi
I have a series of buttons nested inside a movie clips on the stage. I have labels for the buttons so that when the user clicks a button, the playhead moves to a certain label on the main timeline. I'd like to know how to say in actionscript something like:
on (release) {
gotoAndStop("_root.framelabel'a'");
}
or something to that effect.
thanks
guyphil
I have a series of buttons nested inside a movie clips on the stage. I have labels for the buttons so that when the user clicks a button, the playhead moves to a certain label on the main timeline. I'd like to know how to say in actionscript something like:
on (release) {
gotoAndStop("_root.framelabel'a'");
}
or something to that effect.
thanks
guyphil