Animation-Play

Function Name dcl-Animation-Play
Syntax   (dcl-Animation-Play <CONTROL> {FirstFrame [as Long]} {LastFrame [as Long]} {RepeatCount [as Long]})
Return Type Boolean (T if successful; otherwise NIL)
Applies To Animation

This method plays the AVI that is currently loaded into the control, starting at FirstFrame and ending at LastFrame, and repeating RepeatCount times. If the optional arguments are omitted, the animation plays from start to finish, and continues indefinitely.

Argument Default Value
FirstFrame 0 (first frame)
LastFrame -1 (last frame)
RepeatCount -1 (repeat indefinitely)