890
Chapter 14: Properties
netThrottleTicks
Usage
-- Lingo syntax
_player.netThrottleTicks
// JavaScript syntax
_player.netThrottleTicks;
Description
Player property; in the Macintosh authoring environment, allows you to control the frequency of
servicing to a network operation. Read/write.
The default value is 15. The higher the value is set, the smoother the movie playback and
animation is, but less time is spent servicing any network activity. A low setting allows more time
to be spent on network operations, but will adversely affect playback and animation performance.
This property only affects the authoring environment and projectors on the Macintosh. It is
ignored on Windows or Shockwave Player on the Mac.
See also
Player
node
Usage
-- Lingo syntax
spriteObjRef
.node
// JavaScript syntax
spriteObjRef
.node;
Description
QuickTime VR sprite property; the current node ID displayed by the sprite.
This property can be tested and set.
nodeEnterCallback
Usage
-- Lingo syntax
spriteObjRef
.nodeEnterCallback
// JavaScript syntax
spriteObjRef
.nodeEnterCallback;
Description
QuickTime VR sprite property; contains the name of the handler that runs after the QuickTime
VR movie switches to a new active node on the Stage. The message has two arguments: the
me
parameter and the ID of the node that is being displayed.
The QuickTime VR sprite receives the message first.
To clear the callback, set this property to 0.
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...