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