Topic
V sp10
> week one
> week two
V week three
V timer events: advantages
* more consistent than frame events.
* frame events are tied to the speed of the users computers. Timer events are measured in miliseconds
> we will be using the prewritten Timer Class to make our timers.
V the display list
> addChild()
> addChildAt();
V displayObject and displayObjectContainters
> displayObject: anything (visual) that can be added to the display list
* displayObjectContainer: an object that can contain children:
* /////////
> removeChild
> removeChild (null)
> swapping depths