User Guide
164 Chapter 5: Fireworks JavaScript API
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 11).
dReapplyAttrs If dReapplyAttrs is true, the path has the document’s 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)
Arguments
typeStr
A string that specifies the type of blur to apply. Valid values are "linear", "radial",
and
"zoom".
angle An integer between 0 and 359 that specifies in degrees the direction of the blur, similar to
the drop shadow effect angle.
distance A floating-point value between 0 and 400 that specifies in pixels how far from the
original image the blur effect will extend.
samples An integer that defines the number of times the original image is cloned and blurred to
produce the desired effect.
Returns
Nothing.
Description
Applies the Motion Blur effect (same as selecting the Filters > Blur > Motion Blur menu option)
to the selection.
dom.moveBezierHandleBy()
Availability
Fireworks 3.
Usage
dom.moveBezierHandleBy(whichPath, contourIndex, ptToModify,
deltaControlPointFirst, deltaControlPointLast)