MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 655

Director scripting reference
Table of Contents

Advertisement

The
modifier can only be added to models created outside of Director in 3D modeling
#lod
programs. The value of the
. The modifier cannot be added to primitives created within Director.
#fromFile
Example
This statement sets the
the
modifier's
lod
of detail of Spaceship as it moves away from the camera.
member("3D World").model("Spaceship").lod.bias = 10
See also
lod
(modifier), auto,
bitmapSizes
Usage
-- Lingo syntax
memberObjRef.bitmapSizes
// JavaScript syntax
memberObjRef.bitmapSizes;
Description
Font cast member property; returns a list of the bitmap point sizes that were included when the
font cast member was created.
Example
This statement displays the bitmap point sizes that were included when cast member 11
was created:
-- Lingo syntax
put(member(11).bitmapSizes)
// JavaScript syntax
put(member(11).bitmapSizes);
See also
recordFont, characterSet,
bitRate
Usage
-- Lingo syntax
memberObjRef.bitRate
// JavaScript syntax
memberObjRef.bitRate;
Description
Shockwave Audio (SWA) cast member property; returns the bit rate, in kilobits per second
(Kbps), of the specified SWA cast member that has been preloaded from the server.
The
member property returns 0 until streaming begins.
bitRate
property of the model resources used by these models is
type
property of the
bias
property is set to
auto
level
originalFont
modifier of the model named Spaceship to 10. If
lod
, the modifier will very aggressively lower the level
TRUE
bitRate
655

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