Skip to main content
Known Participant
November 24, 2009
Question

How to Navigate from nested movie clip back to the main TimeLine

  • November 24, 2009
  • 1 reply
  • 306 views

Thanks for going through this.

I have an action script code for playing a nested movie clip from the main timeline. I want to come back to the frame2 of the main time line when the nested movie clip goes to the last frame. Which code I have to add at the last frame of the nested movie clip to come back to the frame2 of the main timeline.....

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 24, 2009

this._parent.gotoAndStop(2);