traceLoad 1047
topSpacing
Usage
chunkExpression.
topSpacing
Description
Text cast member property; allows you to specify additional spacing applied to the top of each
paragraph in the
chunkExpression
portion of the text cast member.
The value itself is an integer, with less than 0 indicating less spacing between paragraphs and
greater than 0 indicating more spacing between paragraphs.
The default value is 0, which results in default spacing between paragraphs.
Example
This statement sets the
topSpacing
of the second paragraph in text cast member
"myText"
to 20:
member(1).paragraph[2].topSpacing = 20
See also
bottomSpacing
traceLoad
Usage
-- Lingo syntax
_movie.traceLoad
// JavaScript syntax
_movie.traceLoad;
Description
Movie property; specifies the amount of information that is displayed about cast members as they
load. Read/write.
Valid values for traceLoad are as follows.
•
0
—
Displays no information (default).
•
1
—
Displays cast members’ names.
•
2
—
Displays cast members’ names, the number of the current frame, the movie name, and the
file seek offset (the relative amount the drive had to move to load the media).
Example
This statement causes the movie to display the names of cast members as they are loaded:
-- Lingo syntax
_movie.traceLoad = 1
// JavaScript syntax
_movie.traceLoad = 1;
See also
Movie
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...