User Guide

Document functions 245
Returns
Nothing.
Description
Sets the loop count of the selected instances of multiframe image symbols.
dom.setAnimInstanceNumFrames()
Availability
Fireworks 4.
Usage
dom.setAnimInstanceNumFrames(numFrames)
Arguments
numFrames An integer that specifies the number of frames through which the symbol
animates.
Returns
Nothing.
Description
Sets the number of frames to animate the currently selected animation element.
See also
dom.convertToAnimSymbol()
dom.setAnimInstanceOffsetDist()
Availability
Fireworks 4.
Usage
dom.setAnimInstanceOffsetDist(offsetDistPt)
Arguments
offsetDistPt A point that specifies the distance the animation moves in pixels. For
example, passing ({
x:100, y:25}) animates the symbol to the right by 100 pixels and 25 pixels
down.