202
Fireworks JavaScript API
tParameter
A floating-point value between 0 and 1 that specifies where to insert the new
point in the Bézier segment.
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
).
Returns
Nothing.
Description
Inserts a Bézier point in the selected path. This function is similar to
dom.appendPointToPath()
but includes a
tParameter
argument, which lets you control
where the point is inserted.
See also
dom.appendPointToPath()
dom.insertSmartShapeAt()
Availability
Fireworks MX 2004.
Usage
dom.insertSmartShapeAt(
name
,
location, useToolBlendModeOpacity
)
Arguments
name
A string specifying the name of the Auto Shape.
location
The upper-left point of the Auto Shape.
useToolBlendModeOpacity
Determines whether the new shape object should have the
blend mode and opacity settings set for the Auto Shape Tools (set by the user in the Property
inspector), or use standard values. The
bUseToolBlendModeOpacity
argument is a Boolean
value:
true
if the shape will use the blend mode and opacity set for the Auto Shape Tools;
false
if the shape will use the standard values (alpha blend mode and 100% opacity).
Returns
Nothing.
Description
Inserts an Auto Shape at the specified location.
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...