My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 21: how to get partculier object in getChildren array
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 22
Owner:  ----
Closed:  Dec 2009


 
Reported by abidr...@gmail.com, Sep 16, 2009
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);
}
Dec 22, 2009
Project Member #1 marc.hug...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 22

Powered by Google Project Hosting