bottom
667
border
Usage
-- Lingo syntax
memberObjRef
.border
// JavaScript syntax
memberObjRef
.border;
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.
--Lingo syntax
member("Title").border = 10
// JavaScript syntax
member("Title").border = 10;
bottom
Usage
-- Lingo syntax
spriteObjRef
.bottom
// JavaScript syntax
spriteObjRef
.bottom;
Description
Sprite property; specifies the bottom vertical coordinate of the bounding rectangle of a sprite.
Read/write.
Example
This statement assigns the vertical coordinate of the bottom of the sprite numbered (i + 1) to the
variable named
lowest
.
-- Lingo syntax
lowest = sprite(i + 1).bottom
// JavaScript syntax
var lowest = sprite(i + 1).bottom;
See also
Sprite
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...