MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 1023

Director scripting reference
Table of Contents

Advertisement

subPictureCount
Usage
-- Lingo syntax
dvdObjRef.subPictureCount
// JavaScript syntax
dvdObjRef.subPictureCount;
Description
DVD property. Returns the number of available sub pictures. Read-only.
See also
DVD
suspendUpdates
Usage
sprite(which3dSprite).suspendUpdates
Description
3D sprite property; when set to
redraw operations. This can improve movie playback performance. Certain kinds of screen
updates will still affect the sprite, such as those due to dragging another window over the sprite.
When the
suspendUpdates
It is important to keep the
3D sprite is being animated.
switchColorDepth
Usage
-- Lingo syntax
_player.switchColorDepth
// JavaScript syntax
_player.switchColorDepth;
Description
Player property; determines whether Director switches the monitor that the Stage occupies to the
color depth of the movie being loaded (
when a movie is loaded (
When
switchColorDepth
Setting the monitor's color depth to that of the movie is good practice.
When the monitor's color depth is set below that of the movie, resetting it to the color depth of
the movie (assuming that the monitor can provide that color depth) helps maintain the movie's
original appearance.
When the monitor's color depth is higher than that of the movie, reducing the monitor's color
depth plays the movie using the minimum amount of memory, loads cast members more
efficiently, and causes animation to occur more quickly.
, causes the sprite not to be updated as part of normal screen
TRUE
property is set to
FALSE
property set to
suspendUpdates
) or leaves the color depth of the monitor unchanged
TRUE
, default). Read/write.
FALSE
is
, nothing happens until a new movie is loaded.
TRUE
, the sprite is redrawn normally.
while any element within the
FALSE
switchColorDepth 1023

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