User Guide
294
hotSpotExitCallback
Syntax
sprite(whichQTVRSprite).hotSpotExitCallback
the hotSpotExitCallback of sprite whichQTVRSprite
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
me parameter and the ID of the hot spot
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, triggerCallback
HTML
Syntax
member(whichMember).HTML
Description
Cast member property; accesses text and tags that control the layout of the text within an
HTML-formatted text cast member.
This property can be tested and set.
Example
This statement displays in the message window the HTML formatting information embedded in
the text cast member Home Page:
put member("Home Page").HTML
See also
importFileInto, RTF
hyperlink
Syntax
chunkExpression.hyperlink
Description
Text cast member property; returns the hyperlink string for the specified chunk expression in the
text cast member.
This property can be both tested and set.
When retrieving this property, the link containing the first character of
chunkExpression is used.
Hyperlinks may not overlap. Setting a hyperlink over an existing link, even partially over it),
replaces the initial link with the new one.
Setting a hyperlink to an empty string removes it.