Skip to content

DoPlay - cAnimation

Plays the animation file that you must have already opened

Type: Procedure

Parameters

Parameter Type Description
iFrameStart Integer Start part of the animation that is played
iFrameEnd Integer End part of the animation that is played

Syntax

Procedure DoPlay Integer iFrameStart Integer iFrameEnd

Call Example

Send DoPlay iFrameStart iFrameEnd

Description

DoPlay plays the animation file that you must have already opened. To discover if an animation file is open, use the pbIsOpen property.

You can optionally provide the iFrameStart and iFrameEnd parameters to play part of the animation. If you do not provide these parameters, the whole animation will be played.

The animation will repeat itself based upon the values of the piRepetitions property, or indefinitely, if it is zero.