MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 829

Director scripting reference
Table of Contents

Advertisement

left (3D)
Usage
member(whichCastmember).modelResource(whichModelResource).left
Description
3D
model resource property; indicates whether the side of the box intersected by its -X axis
#box
is sealed (
) or open (
TRUE
The default value for this property is
Example
This statement sets the
left side of this box will be open:
member("3D World").modelResource("crate").left = FALSE
See also
back, front,
leftIndent
Usage
chunkExpression.leftIndent
Description
Text cast member property; contains the number of pixels the left margin of
offset from the left side of the text cast member.
The value is an integer greater than or equal to 0.
This property can be tested and set.
Example
This line indents the first line of text cast member "theStory" by ten pixels:
member("theStory").line[1].leftIndent = 10
See also
firstIndent,
length (3D)
Usage
member(whichCastmember).modelResource(whichModelResource).length
vectorReference.length
Description
3D
model resource,
#box
world units of the box or plane.
The length of a box is measured along its Z axis. The default length of a box is 50.
The length of a plane is measured along its Y axis. The default length of a plane is 1.
).
FALSE
TRUE
property of the model resource named Crate to
left
bottom
(3D),
top
(3D),
rightIndent
model resource, and vector property; indicates the length in
#plane
.
right (3D)
, meaning the
FALSE
is
chunkExpression
length (3D)
829

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