Handling Events and Creating Interaction
Events in Flash can either be user-generated, such as a mouse click or key press, or occur as a result of some other process such as an XML file loading over the network. The first chapter in this section describes the different types of events in Flash and how you can creating ActionScript to handle them. The second part applies these principles and shows how to create simple interactive presentations, applications, and animations.
Handling Events
Creating Interaction