new Stage(game) The Stage controls root level display objects upon which everything is displayed.It also handles browser visibility
backgroundColor : number | string Gets and sets the background color of the stage. The color can be given as a number: 0xff0000
visibilityChange(event) This method is called when the document visibility is changed. Parameters
postUpdate() This is called automatically before the renderer runs and after the plugins have updated.In postUpdate this is where
name : string The name of this object. Default Value
getChildAt(index) → {DisplayObject}
update() This is called automatically after the State.update, but before particles or plugins update.
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children
Page 2 of 4