Chapter 3
106
bottomSpacing
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.
member("News Items").paragraph[1].bottomSpacing=20
See also
top (3D)
boundary
Syntax
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
.
Example
This statement sets the boundary property of the inker modifier applied to the model named Box
to
TRUE
. Lines will be drawn at the edges of the surface of the model.
member("shapes").model("Box").inker.boundary = TRUE
See also
lineColor
,
lineOffset
,
silhouettes
,
creases
boundingSphere
Syntax
member(
whichCastmember
).model(
whichModel
).boundingSphere
member(
whichCastmember
).group(
whichGroup
).boundingSphere
member(
whichCastmember
).light(
whichLight
).boundingSphere
member(
whichCastmember
).camera(
whichCamera
).boundingSphere
Description
3D model, group, light, and camera property; describes a sphere that contains the model, group,
light, or camera and its children.
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...