Chapter 3
104
border
Syntax
member(
whichFieldCastmember
).border
the border of member
whichFieldCastmember
Description
Field cast member property; indicates the width, in pixels, of the border around the specified field
cast member.
Example
This statement makes the border around the field cast member Title 10 pixels wide.
Dot syntax:
member("Title").border = 10
Verbose syntax:
set the border of member "Title" to 10
bottom
Syntax
sprite(
whichSprite
).bottom
the bottom of sprite
whichSprite
Description
Sprite property; specifies the bottom vertical coordinate of the bounding rectangle of the sprite
specified by
whichSprite
.
When a movie plays back as an applet, this property’s value is measured from the upper left corner
of the applet.
This property can be tested and set.
Example
This statement assigns the vertical coordinate of the bottom of the sprite numbered (i + 1) to the
variable named
lowest
.
Dot syntax:
set lowest = sprite (i + 1).bottom
Verbose syntax:
set lowest = the bottom of sprite (i + 1)
See also
height
,
left
,
locH
,
locV
,
right
,
top
,
width
bottom (3D)
Syntax
member(
whichCastmember
).modelResource(
whichModelResource
).bottom
Summary of Contents for DIRECTOR MX-LINGO DICTIONARY
Page 1: ...Lingo Dictionary Macromedia Director MX...
Page 756: ...Index 756...