say i have a mc, on the main stage, and it plays through, and at the end, i want it to tell a diff mc to start playing using tellTarget, how can i do that, with out it being on a roll over or anything like that, i just want the second mc to start playing
no need for tell target, just
_root.mcinstancename.play();
Why are you using telltarget in MX?
At the end of the first MC, place a script like this.
_root.secondMC.play();
I added _root since I assumed your second MC is on the main timeline as well.
beat you
Yay for you!
I know I think I’m going to go celebrate!
Party at my house
oh, i didn’t know you could do it like that, thanks
no problem