flash question
flash question
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- drubynum0
Along these same lines - lets say you're inside a movie clip - instance name - clip1- that resides on layer one, frame1 on the main timeline. On the last frame inside mc_clip1 you want an action that tells another clip - instance name - clip2 - located on layer2, frame2 on the main timeline to play. Shouldn't it be:
_root.clip2.gotoAndPlay();?
I've tried this as well as:
_root.clip2.play();
and:
_parent.clip2.play();and none of them work.
is it because clip2 isn't on the first frame of the main timeline?