getChildAt(index) → {DisplayObject}
removeChild(child) → {DisplayObject}
new DisplayObjectContainer() A DisplayObjectContainer represents a collection of display objects.It is the base class of all display
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
addChild(child) → {DisplayObject}
addChildAt(child, index) → {DisplayObject}
Page 1 of 2