MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 1359

Components language reference
Table of Contents

Advertisement

Usage
listenerObject = new Object();
listenerObject.mouseOut = function(eventObject){
// Insert your code here.
}
componentInstance.addEventListener("mouseOut", listenerObject)
Description
Event; broadcast to all registered listeners when a Flash application has focus and the mouse is
moved off a component instance.
When the event is triggered, it automatically passes an event object (
handler. Each event object has properties that contain information about the event. You can
use these properties to write code that handles the event.
UIEventDispatcher.mouseOver
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
listenerObject = new Object();
listenerObject.mouseOver = function(eventObject){
// Insert your code here.
}
componentInstance.addEventListener("mouseOver", listenerObject)
Description
Event; broadcast to all registered listeners when a Flash application has focus and the mouse is
moved over a component instance.
When the event is triggered, it automatically passes an event object (
handler. Each event object has properties that contain information about the event. You can
use these properties to write code that handles the event.
eventObject
eventObject
UIEventDispatcher.mouseOver
) to the
) to the
1355

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents