getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
getIndex(child) → {integer} Get the index position of the given child in this group, which should
sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below
alive : boolean The alive property is useful for Groups that are children of other Groups and need to be included/excluded in checks
moveUp(child) → {any} Moves the given child up one place in this group unless it's already at the
getAll(property, value, startIndex, endIndex)
iterate(key, value, returnType, callback, callbackContext, args)
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
pendingDestroy : boolean A Group is that has pendingDestroy set to true is flagged to have its destroy
addChild(child) → {DisplayObject}
Page 8 of 13