View Full Version : What is DisplayObject?
euniceee
08-08-2010, 01:11 PM
Hi I am just wondering what is a DisplayObject and when do you use it? Thank you.
tadster
08-08-2010, 04:02 PM
A DisplayObject is one of the basic objects you will use often.
It is an Object that can be displayed.
Also it is an EventDispatcher which can listen for and dispatch events.
The livedocs say it better than I can.
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObject.html
Hudacik
08-11-2010, 02:04 PM
A DisplayObject is anything that can appear on the stage. It is one of the most basic classes, which is extened by others, for example:
DisplayObject -> InteractiveObject -> DisplayObjectContainer -> Sprite -> MovieClip
It contains some basic properties, like x, y, rotation, etc.
You should really check the docs for more info.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.