HI all. I'm populating a Tile using AS - addChild(), where I add a component. The component is a VBox, where I addChild 2 image's. I set the name for each image (leftImage.name = ). So the structure of the Tilelist is something like this :
<tile> <vbox> <hbox> <canvas> <image_left> </canvas> <image_right> </canvas> </hbox> </vbox> ... </tile> How can I access "subchilds" ?? Any pseudocode or examples would be greatly appreciated! Thanks, Mark

