MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 800

Director scripting reference
Table of Contents

Advertisement

hotSpotEnterCallback
Usage
-- Lingo syntax
spriteObjRef.hotSpotEnterCallback
// JavaScript syntax
spriteObjRef.hotSpotEnterCallback;
Description
QuickTime VR sprite property; contains the name of the handler that runs when the cursor
enters a QuickTime VR hot spot that is visible on the Stage. The QuickTime VR sprite receives
the message first. The message has two arguments: the
that the cursor entered.
To clear the callback, set this property to 0.
To avoid a performance penalty, set a callback property only when necessary.
This property can be tested and set.
See also
hotSpotExitCallback, nodeEnterCallback, nodeExitCallback,
hotSpotExitCallback
Usage
-- Lingo syntax
spriteObjRef.hotSpotExitCallback
// JavaScript syntax
spriteObjRef.hotSpotExitCallback;
Description
QuickTime VR sprite property; contains the name of the handler that runs when the cursor
leaves a QuickTime VR hot spot that is visible on the Stage. The QuickTime VR sprite receives
the message first. The message has two arguments: the
that the cursor entered.
To clear the callback, set this property to 0.
To avoid a performance penalty, set a callback property only when necessary.
This property can be tested and set.
See also
hotSpotEnterCallback, nodeEnterCallback, nodeExitCallback,
HTML
Usage
-- Lingo syntax
memberObjRef.HTML
// JavaScript syntax
memberObjRef.HTML;
800
Chapter 14: Properties
parameter and the ID of the hot spot
me
triggerCallback
parameter and the ID of the hot spot
me
triggerCallback

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents