Tag Archives: Code

AS3 – Access root from a movie clip

Use like this to access root from a movie clip MovieClip(root).someThing; For example suppose you have a text box in root with instance name txtAddress in your root. If you need to set the text of txtAddress from a movie … Continue reading

Posted in ActionScript | Tagged , , | 4 Comments