So I'm back from a long vacation, rested, rejuvenated, and ready to get back to work on Flash. I had a great time traveling around Europe and generally enjoying my freedom.
Of course, now I've forgotten most of what I've learned, so I guess this means it's time to refresh.!
Here are some definitions to get started (taken from the Lynda.com tutorial):
Instance: a movie clip, button, or graphic
Property: what we want an instance to do or be
Variable: container that holds information or data.
Ex: in a database: a variable could be “username” and data could be all usernames in database
String: a TEXT value (rather than numerical value)
Trace Statement: a statement that pops up and tells you if your code is working when you test it. You can set your code to produce these trace statements
Comment: A note to yourself or other developers, separate from code
Function: A re-usable block of code.
Ex: stop();
Events: Actions/things that happen.
Ex: a mouse click
Listener: "Hears" events and can act on them
Event Handler: A Function that responds to an Event
I have listed these in the order that I covered them in my tutorials.






