Stop child movieclip playing
Hello,
Very simple question with a tricky answer I presume....
Basically I have a MC with two nested child MC's inside.
MainMC > SubMC > SubSubMC
When I play the MainMC timeline 'MainMC.play()' only its timeline will play.
When I play the second childs (SubSubMC) timeline 'MainMC.SubMC.SubSubMC.play()' this will only play SubSubMC timeline, perfect.
However when I try to play the first child (SubMC) 'MainMC.SubMC.play()' this will play its timeline AND the second childs timeline (SubSubMC).
How could I stop this from happening? I have thought about tracking the frame number of the first child then stopping this timeline when reaching the end but I cant seem to get this working. Perhaps there is an easier method?
Thanks for the help!
