Tag Archives: actionscript 3 events

How to Create ActionScript 3.0 Events

January 23, 2010

2 Comments

In order to create an interactive Flash application, we need to learn something about events. An event is something that just happens in the application. There are many different types of events, such as mouse clicks, mouse move and mouse out. In this tutorial, you’ll learn how to respond to such events. Note: You should [...]

Continue reading...