Parent EventDispatcher Library display.* Revision 2017.3060 Keywords display object See also display.newImage() display.newImageRect() display.newGroup() display.newCircle() display.newPolygon() display.newRect() display.newRoundedRect() display.newLine() display.newText() display.newSprite()
All drawing that occurs on the screen is accomplished by creating display objects. Anything that appears on the screen is an instance of a display object.
(Inherits properties from EventDispatcher)