196
Chapter 5: Fireworks JavaScript API
dom.setAnimInstanceStartFrame()
Availability
Fireworks 3, deprecated in 4 in favor of placing the animation symbol on the frame in which it
should start.
Usage
dom.setAnimInstanceStartFrame(
startFrame
)
Arguments
startFrame
An integer that corresponds to the starting frame value that appears in the Objects
panel when a multiframe image instance is selected.
Returns
Nothing.
Description
Sets the start frame of the selected instances of multiframe image symbols.
dom.setBlendMode()
Availability
Fireworks 3.
Usage
dom.setBlendMode(
mode
)
Arguments
mode
Acceptable values are
"normal"
,
"multiply"
,
"screen"
,
"darken"
,
"lighten"
,
"difference"
,
"hue"
,
"saturation"
,
"color"
,
"luminosity"
,
"invert"
,
"tint"
,
and
"erase"
.
Returns
Nothing.
Description
Specifies the blend mode of the selection.
dom.setBrush()
Availability
Fireworks 3.
Usage
dom.setBrush(
brush
)
Arguments
brush
A Brush object (see
“Brush object” on page 26
).
Содержание DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Страница 1: ...Extending Fireworks...
Страница 4: ...4 Contents...
Страница 8: ...8 Chapter 1 Extending Fireworks Overview...
Страница 102: ...102 Chapter 4 Auto Shapes...
Страница 284: ...284 Chapter 5 Fireworks JavaScript API...