User Guide

240
firstIndent
Syntax
chunkExpression.firstIndent
Description
Text cast member property; contains the number of pixels the first indent in chunkExpression is
offset from the left margin of the chunkExpression.
The value is an integer: less than 0 indicates a hanging indent, 0 is no indention, and greater than
0 is a normal indention.
This property can be tested and set.
Example
This statement sets the indent of the first line of member Desk to 0 pixels:
member("Desk").firstIndent = 0
See also
leftIndent, rightIndent
fixedLineSpace
Syntax
chunkExpression.fixedLineSpace
Description
Text cast member property; controls the height of each line in the chunkExpression portion of
the text cast member.
The value itself is an integer, indicating height in absolute pixels of each line.
The default value is 0, which results in natural height of lines.
Example
This statement sets the height in pixels of each line of member Desk to 24:
member("Desk").fixedLineSpace = 24
fixedRate
Syntax
sprite(whichFlashOrGIFSprite).fixedRate
the fixedRate of sprite whichFlashOrGIFSprite
member(whichFlashOrGIFMember).fixedRate
the fixedRate of member whichFlashOrGIFMember
Description
Cast member property and sprite property; controls the frame rate of a Flash movie or animated
GIF. The
fixedRate property can have integer values. The default value is 15.
This property is ignored if the sprite’s
playbackMode property is anything other than #fixed.
This property can be tested and set.