Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Working with Movie Clips > Handling movie clip events | |||
Movie clips can respond to user events, such as mouse clicks and keypresses, as well as system-level events, such as the initial loading of a movie clip on the Stage. ActionScript provides two ways to handle movie clip events: through event handler methods and onClipEvent() and on() event handlers. For more information on handling movie clip events, see Handling Events.
|
|
|
|