Question
How do i reference a movie clip instance name from inside child movie clips.
I have a label I am referencing form a movie clip inside the movie clip which contains the "label_2."
Here is the code I used:
MovieClip(parent.parent).gotoAndPlay("return_2");
Now I need to reference a instance name of a movie clip in side the same scene.
What would the code be?
