you will have to use any of these functions/properties:

* numChildren : int
* getChildAt(index:int):DisplayObject
* getChildByName(name:String):DisplayObject


On Fri, Sep 12, 2008 at 3:57 AM, Mark Easton <[EMAIL PROTECTED]> wrote:

>    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