I have a MC with buttons in it. When the button is pressed, I need to tell another MC to go to a marker on its timeline.
Any help?
Do i target the MC name (from the library) or the instance name?
would it be something like
_root.mc1.mc2.mc3.gotoAndPlay("label");