Animate_Play

Funktionsname dcl_Animate_Play
Syntax   (dcl_Animate_Play <CONTROL> {FirstFrame [als Long]} {LastFrame [als Long]} {RepeatCount [als Long]})
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf 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)