Question
Target the scene
Hello,
Used to AS2, I'm getting started with HTML5 JavaScript from Animate.
In AS2, it was possible, in a movieClip, to target a scene element using _root.
For example in a movieClip, we could target an object on the stage: _root.objetScene._visible = false;
What is the method on Animate?
Thank you for your reply.