ok check this out guys.
3 frame movie
each frame has seperate clips
frame two has a animation clip nested inside another clip, so two clips up on frame two of root has navigation button "back"
i need to get back to root frame 1 clip "intro" frame 250 of that clip
here is what i have on the button:
on (release) {
_root.intro.gotoAndPlay(250);
}
not working. Why?
Thanks in advance...
---------------------------------------------
3 frame movie
each frame has seperate clips
frame two has a animation clip nested inside another clip, so two clips up on frame two of root has navigation button "back"
i need to get back to root frame 1 clip "intro" frame 250 of that clip
here is what i have on the button:
on (release) {
_root.intro.gotoAndPlay(250);
}
not working. Why?
Thanks in advance...
---------------------------------------------