User Guide
Objects within Fireworks documents 31
ContourNodeDynamicInfo object
The following table lists the properties of the ContourNodeDynamicInfo object, along with their
data types and, where appropriate, acceptable values and notes.
ControlPoint object
The following table lists the properties of the ControlPoint object, along with their data types
and, where appropriate, acceptable values and notes.
The following table lists the methods of the ControlPoint object, along with their parameters.
Property Data type Notes
duration
float 0.0 to 65,535.0 milliseconds
pressure
float 0.0 to 1.0
velocity
float 0.0 to 255.9999 pixels per millisecond
Property Data type Notes
hiliteDragOverObject
Boolean If true, Fireworks highlights an object when a
control point is dragged over it.
index •
integer Index for the control point.
name
string Assigned name of the control point.
toolTip
string Text to display when the user rolls the pointer
(mouse) over the control point.
toolTipTracksDrag
Boolean If true, the tooltip drags with the mouse.
type
string Determines the way the control point draws.
Values are:
"default", "defaultInverted",
"crossHair".
visible
Boolean If true, the control point is visible to the user.
x
float Value of the x coordinate.
y
float Value of the y coordinate.
Method Parameter Definition
RegisterMove()
object The RegisterMoveParms object containing
the move parameters. Use
smartShape.GetDefaultMoveParms() to
obtain this object, then adjust properties as
needed. For a list of properties, see
“RegisterMoveParms object” on page 56.
RegisterLinearMove()
point A point, which in combination with the node
point, defines the line to move along.