User Guide
Document functions 141
dom.dragControlPoint()
Availability
Fireworks MX 2004.
Usage
dom.dragControlPoint(index, newLoc, shiftKeyDown, ctrlCmdKeyDown,
altOptKeyDown)
Arguments
index
The index of the control point to move.
newLoc Specifies the new location of the point.
shiftKeyDown Specifies whether the Shift key is pressed.
ctrlCmdKeyDown Specifies whether the Ctrl key (Windows) or Command key (Macintosh)
is pressed.
altOptKeyDown Specifies whether the Alt key (Windows) or Option key (Macintosh)
is pressed.
Returns
Nothing.
Description
Drags the specified control point to the new location.
dom.duplicateFrame()
Availability
Fireworks 3.
usage
dom.duplicateFrame(frameIndex
, howMany, where, bDupeSelectionOnly)
Arguments
frameIndex
An integer value that specifies the frame to duplicate, starting with 0 (although, to
specify the current frame, pass
–1 here).
howMany An integer that specifies how many copies of the frame to make.
where Acceptable values are "beginning", "before current", "after current", and "end".
bDupeSelectionOnly If bDupeSelectionOnly is true, only items in the specified frame that
are selected are duplicated to the new frame.
Returns
Nothing.
Description
Duplicates a frame.