Answer:
Display list is hierarchy of display objects that will be rendered as visible screen content by Flash Player. The Stage is the root of the display list, and all the display objects that are attached to the Stage or one of its children form the display list (even if the object isn't actually rendered, for example if it's outside the boundaries of the Stage).
Previous Question | Next Question |
What is Polymorphism in term of OOP (Flash Actionscript)? | What is Display object? |