User Guide

208 Fireworks JavaScript API
Description
Merges selected objects to the bitmap directly below the selected objects. Succeeds only if the
object immediately below the selection is a bitmap. For more information, see
dom.isSelectionDirectlyAboveBitmapObject()” on page 203.
dom.modifyPointOnPath()
Availability
Fireworks 3.
Usage
dom.modifyPointOnPath(ontourIndex, ptToModify, controlPointFirst,
mainPoint, controlPointLast, dReapplyAttrs, bClosePath)
Arguments
contourIndex A zero-based index that specifies the contour into which the Bézier point is
inserted. For paths with multiple contours, the contours are in an arbitrary order.
ptToModify A zero-based index that specifies the point to be modified.
controlPointFirst, mainPoint, and controlPointLast Points that specify the x,y
coordinates of the preceding control point, the main point, and the following control point of
the new point (see “Point data type” on page 12).
dReapplyAttrs If dReapplyAttrs is true, the path has the documents current fill, stroke,
and so on reapplied to it. If it is
false, the path attributes are not changed.
bClosePath If bClosePath is true, the path is marked as closed after modifying the point.
If it is
false, the path retains its original open or closed value.
Returns
Nothing.
Description
Modifies an existing point on the selected path.
dom.motionBlurSelection()
Availability
Fireworks MX 2004.
Usage
dom.motionBlurSelection(typeStr, angle, distance, samples)