Get the movieclip that is hidden

Can I get the name of a clip that has been hidden by referencing the name of the mask?

var someMC:MovieClip = new MovieClip;

someMC.mask = someMask;

Now, if I didn't know that someMC was the element being hidden - can I get with someMask?

Square.Mask = circle;

trace (Square.Mask.Name);

circle

trace (Circle.Mask.Name);

place

Tags: Adobe Animate

Similar Questions

Maybe you are looking for