Hello, just want to ask on how to access movieclip instance name from external classes (not using the document class).
I access my movieclips using ADDED_TO_STAGE event, but i want to access it directly, i tried stage.getChildByName(“instancename”).alpha = 0; but still its not working, what’s the ideal way of accessing movieclips instances from external classes?