/ Published in: ActionScript 3
Call a function on the loader movie from the child.
Expand |
Embed | Plain Text
if(this.parent.parent != null){ var parentObj:Object = this.parent.parent as Object; parentObj.functionName("param"); }
You need to login to post a comment.
