User Guide

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.