length (3D)
829
left (3D)
Usage
member(
whichCastmember
).modelResource(
whichModelResource
).left
Description
3D
#box
model resource property; indicates whether the side of the box intersected by its -X axis
is sealed (
TRUE
) or open (
FALSE
).
The default value for this property is
TRUE
.
Example
This statement sets the
left
property of the model resource named Crate to
FALSE
, meaning the
left side of this box will be open:
member("3D World").modelResource("crate").left = FALSE
See also
back
,
front
,
bottom (3D)
,
top (3D)
,
right (3D)
leftIndent
Usage
chunkExpression.
leftIndent
Description
Text cast member property; contains the number of pixels the left margin of
chunkExpression
is
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
,
rightIndent
length (3D)
Usage
member(
whichCastmember
).modelResource(
whichModelResource
).length
vectorReference
.length
Description
3D
#box
model resource,
#plane
model resource, and vector property; indicates the length in
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.
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...