Question
Flash instance name problem
I made a game which has a MovieClip. Inside the MovieClip ( I will call it the outside MC ), there is another MovieClip with the instance name "inside". I want to put a code the outside MC, that changes the _x of the inside MC. What code should I use? I used:
this.inside._x = 200;
but it didn't work.