Advertisement |
Event handling is the process by which any sort of interactivity is created in ActionScript 3.0. This tutorial will teach how to make your movie jump to life, whether it was by reacting to a mouse click, a keyboard stroke, or any event happening in Flash using the Event Handling system of AS3.
Our tutorial is divided into the following sections:
- Basic Event Handling Using the .addEventListener() method.
- Unregistered Events Listeners using the removeEventListener() method.
- Working with Event Targets.
0 comments: