var myHBox:HBox = new HBox();
tempVBox.addChild(myHBox);

etc...


On May 13, 2009, at 12:07 PM, Laurence MacNeill wrote:



Let's say I want to add, in actionScript, a VBox to my Canvas.

var tempVBox = new VBox();
tempVBox.id = "myVBox"
this.addChildAt(tempVBox, 0);

Ok, fine. That's all well and good. Now, how do I add children to
the VBox I just created?

Thanks,

Laurence MacNeill
Mableton, Georgia, USA



Reply via email to