Question
Targeting Nested movieclip on different frame??
I always face this problem when coding with flash, and still not able to get a solution for this problem....
if the nested mc is in the 1st frame then I can use:
Level1_mc.Level2_mc.Level23_mc.gotoAndStop("2");
If refering nested btn I will use:
MovieClip(parent).gotoAndStop("2");
so my question is, how about refering an mc from main timeline into nested mc but different frame( frame 4,5 or 6....)?