kingyiren / flex-object-handles

Automatically exported from code.google.com/p/flex-object-handles
0 stars 0 forks source link

how to get partculier object in getChildren array #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
var children:Array = generic.getChildren();
var n:int = children.length;
for (var i:int = 0; i < n; i++)
{
   var child:DisplayObject = DisplayObject(children[i]);
   //trace(child.x, child.y, child.width, child.height);
   //Alert.show(" width "+child.width+" height "+child.height);
}

Original issue reported on code.google.com by abidr...@gmail.com on 17 Sep 2009 at 5:08

GoogleCodeExporter commented 8 years ago

Original comment by marc.hug...@gmail.com on 22 Dec 2009 at 3:46