Search Flex Components Free

Custom Search

December 5, 2007

Introduction to event handling in ActionScript 3.0 and Flex3.0

Event handling in ActionScript has changed significantly over the past few releases of Flash Player. With the introduction of ActionScript 3.0, this trend continues. Using ActionScript 3.0, you have even more control when working with events.
This article covers the new features related to event handling in ActionScript 3.0. You'll learn how the new EventDispatcher class works—especially in relation to using mouse events. You will also learn about event propagation, event objects, and how to create your own custom events.
Requirements
To complete this tutorial you'll need to install either of the following:
Flash CS3 Professional
Try
Buy
Flex Builder 2
Download Flex Builder 2
Learn more about Flex Builder 2
Sample files
event_handling_as3.zip (ZIP, 38K)

Related Flex Tutorials