Wednesday, February 3, 2010

Defenitions

Properties: Describe the object in your code being modified.
Variables: Is where you store the information of your code, like a big piece of Tupperware!
Functions:Break code down into modular pieces making the code you are writing easier to read and revise.
Methods: Are used to tell objects in your code to do something, such as play or stop.
Events: Allow your code to execute. They make the flash world go round!