back
Usage
member(whichCastmember).modelResource(whichModelResource).back
Description
3D
model resource property; indicates whether the side of the box intersected by its +Z axis
#box
is sealed (
) or open (
TRUE
The default value for this property is
Example
This statement sets the
back of this box will be open.
member("3D World").modelResource("Crate").back = FALSE
See also
bottom
(3D), front,
backColor
Usage
-- Lingo syntax
spriteObjRef.backColor
// JavaScript syntax
spriteObjRef.backColor;
Description
Sprite property; sets the background color of a specified sprite according to the color value
assigned. Read/write.
Setting
backColor
when the sprite is selected on the Stage. For the value that a script sets to last beyond the current
sprite, the sprite must be a scripted sprite. The background color applies to all bitmap cast
members, in addition to field, button, check box, and radio cast members.
The
backColor
The numbers correspond to the index number of the background color in the current palette.
(A color's index number appears in the color palette's lower left corner when you click the color.)
If this property is set on bitmap cast members that are deeper than 1-bit, the
be seen if the background of the bitmap is not visible.
If the blend of a sprite is less than 100 but greater than 0, the
transparent colors.
Note: It is recommended that the newer
).
FALSE
TRUE
property of the model resource named Crate to
back
top
(3D),
left
of a sprite is the same as choosing the background color from the Tool palette
value ranges from 0 to 255 for 8-bit color and from 0 to 15 for 4-bit color.
.
(3D),
right (3D)
property be used instead of the
bgColor
, meaning the
FALSE
backColor
will mix with the
backColor
backColor
backColor
may not
property.
649
Need help?
Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?
Questions and answers