Property summary for the Bitmap media type
Property
alphaThreshold
backColor
blend (Sprite)
depth (Bitmap)
dither
foreColor
image (Image)
See also
Member
Button
Represents a button or check box cast member.
You can add a button cast member to a movie by using the Movie object's
-- Lingo syntax
_movie.newMember(#button)
// JavaScript syntax
_movie.newMember("button");
Property summary for the Button media type
Property
hilite
See also
Member
Color Palette
Represents the color palette associated with a bitmap cast member.
A color palette cast member does not have any methods or properties that can be accessed directly
from it. The following methods and properties are merely associated with color palettes.
You can add a color palette cast member to a movie by using the Movie object's
method.
-- Lingo syntax
_movie.newMember(#palette)
// JavaScript syntax
_movie.newMember("palette");
imageCompression
imageQuality
palette
picture (Member)
rect (Image)
trimWhiteSpace
useAlpha
method.
newMember()
newMember()
Color Palette
121
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