240
Chapter 5: Fireworks JavaScript API
Returns
Nothing.
Description
Transforms the selection using the specified three-by-three matrix.
dom.tween()
Availability
Fireworks 3.
Usage
dom.tween()
Arguments
numSteps
An integer that specifies how many new instances are generated.
bDistribute
If
bDistribute
is
true
, the new instances are distributed to frames.
Returns
Nothing.
Description
Tweens between the two selected instances.
dom.undo()
Availability
Fireworks 3.
Usage
dom.undo()
Arguments
None.
Returns
Nothing.
Description
Undoes the most recent step performed, as long as that step is actually undoable; meaning, if you
use a command that contains multiple JavaScript instructions, then you can undo the command
(all 10 JavaScript instructions) and not just one JavaScript instruction within that command.
Most (but not all) JavaScript functions create an undoable action to be executed.
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...