Quick question…
Suppose I have a movieClip instance on stage call mc1… How do I access it from a custom class? I can change its properties through the document class by simply typing mc.x= 20, etc.
But how do I do this from another custom class instance?