Ok, figured it out. There's actually a "parent" object you can reference, like so:
var myParent:UIComponent = new UIComponent();
if (parent is UIComponent) {
myParent = parent as UIComponent;
}
This gets me everything I need.
Subscribe to:
Post Comments (Atom)
1 comment:
Right. Of course. How silly of you.
Post a Comment