Hi,

I am having a mental blank moment. If I add a child to a control. How can I
access the child from the control?

i.e.
button = new Button();
control.addChild(button);

So via control how can I now access that button?

 
Cheers
Mark




Reply via email to