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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -