Sunday, November 7, 2010

Flash - ActionScript - Events / Event Listeners / Event Handlers

Some events are created by the user, for example a mouse click, a mouse movement, or a key press on the keyboard. Other events can happen inpedendent of the user, for example the successful loading of a piece of data, or the completion of a sound.

With Action Script you can write code that detects events and respond to them with an event handler.


*reference: "Adobe cs5 Flash Classroom in a Book"

No comments:

Post a Comment