Repeat Property

Path Control

Sets the number of times the path loops playback. Read/write at run time; write access is available at run time only when the path is stopped.

Syntax

HTML<PARAM NAME="Repeat" VALUE=nRepeat >
ScriptingpathObj.Repeat [ = nRepeat ]

Possible Values

nRepeat
Integer expression setting the number of times the path repeats playback. Default value is 1. Set to –1 to cause the path to repeat infinitely; other negative values are treated as unsigned. Set to 0 to disable the Repeat property.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.