boundary
669
Example
This statement sets the
bottomRadius
property of the model resource named Tube to 38.5.
member("3D World").modelResource("Tube").bottomRadius = 38.5
See also
topRadius
,
bottomCap
bottomSpacing
Usage
-- Lingo syntax
chunkExpression
.bottomSpacing
// JavaScript syntax
chunkExpression
.bottomSpacing;
Description
Text cast member property; enables you to specify additional spacing applied to the bottom of
each paragraph in the
chunkExpression
portion of the text cast member.
The value itself is an integer, where less than 0 indicates less spacing between paragraphs and
greater than 0 indicates more spacing between paragraphs.
The default value is 0, which results in default spacing between paragraphs.
Note:
This property, like all text cast member properties, supports only dot syntax.
Example
This example adds spacing after the first paragraph in cast member News Items.
--Lingo syntax
member("News Items").paragraph[1].bottomSpacing=20
// JavaScript syntax
member("News Items").getPropRef("paragraph", 1).bottomSpacing=20;
See also
top (3D)
boundary
Usage
member(
whichCastmember
).model(
whichModel
).inker.boundary
member(
whichCastmember
).model(
whichModel
).toon.boundary
Description
3D
inker
and
toon
modifier property; allows you to set whether a line is drawn at the edges
of a model.
The default setting for this property is
TRUE
.
Summary of Contents for DIRECTOR MX 2004
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...