/ Published in: ActionScript 3
(this.parent) can be altered depending on how far back you want to go. (this.parent.parent.parent) for example.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
To access a parent variable: MovieClip(this.parent).variableName; To access a parent function: MovieClip(this.parent).functionName();