first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Adobe ActionScript 3: Notes for “Working with display objects”; DisplayObject, Sprite, MovieClip, UIComponent and Stage

These “display objects” include Sprite, MovieClip, UIComponent and the Flex Application object.

It is important to remember that the Stage objects inherits from the DisplayObject. This implies that a “child” of the Stage is defined by the DisplayObject. This also implies that any reference to a “display list” most likely refers to the children of the DisplayObject.

The DisplayObject.stage property is read-only. The Flex Application object also also has a stage property (of course).

For more information refer to the “Display Programming” section in “Programming ActionScript 3.0” (Flex 2.01):

http://livedocs.adobe.com/flex/201
    /html/05_Display_Programming_162_01.html
mod date: 2009-02-06T01:00:45.000Z