Tuesday, June 2, 2009

How to Create an Event Listener in Flash CS4

Flash has come a long way since the days of simple animation. With Action Script 3.0 it is become a more usable piece of software in creating very robust websites.

One of the advancements is the ability to create event listeners. These are pieces of code that will execute when some type of event or action occurs.

In this tutorial I am going to create an object and then create the event called mouse over. This means when the user moves the mouse cursor over the object something will happen, in this case, we will just print some text in the trace window.


http://www.ehow.com/how_5064360_create-event-listener-flash-cs.html

0 comments: