flash - AS2 Nested Child MC gotoAndPlay Another Child Movie Clip -
how gotoandplay frame number of child mc child mc?
i have movieclip has 4 nested child movieclips. mca - mcb - mcc - mcd inside mcc @ end of movie clip trying gotoandplay specific frame inside mcb.
i have tried:
movieclip(_root).mcb.gotoandplay(181);
and
mcb.gotoandplay(181);
but no luck.
any appreciated. in advance!
if understand coorectly, , mcc
child of mcb
, need on last frame of mcc
is:
_parent.gotoandplay(181);
Comments
Post a Comment