xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters
alive : boolean The alive property is useful for Groups that are children of other Groups and need to be included/excluded in checks
destroy(destroyChildren, soft) Destroys this group. Removes all children
removeBetween(startIndex, endIndex, destroy, silent)
next() → {any} Advances the group cursor to the next (higher) object in the group. If the
addChildAt(child, index) → {DisplayObject}
createMultiple(quantity, key, frame, exists) → {array}
forEachDead(callback, callbackContext, args) Call a function on each dead child in this group. See
multiplyAll(property, amount, checkAlive, checkVisible) Multiplies the given property by the amount on all children in this group.
[static] SORT_ASCENDING : integer A sort ordering value, as specified in
Page 2 of 13