Animation-Play

Имя функции dcl-Animation-Play
Синтаксис   (dcl-Animation-Play <CONTROL> {FirstFrame [типа Long]} {LastFrame [типа Long]} {RepeatCount [типа Long]})
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к 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 Значение
FirstFrame 0 (first frame)
LastFrame -1 (last frame)
RepeatCount -1 (repeat indefinitely)