/ Published in: ActionScript 3
GotoandPlay from a nested MC Class file
Expand |
Embed | Plain Text
//This code will do the following : parent.parent.gotoAndStop(2); var my_parent:MovieClip=parent.parent as MovieClip; my_parent.nextSection=2; my_parent.gotoAndStop(my_parent.nextSection)
Comments
Subscribe to comments
You need to login to post a comment.

Thank you!, After hours searching for a solution, at last I have found