currentFrame | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | image | ||||||
Summary | Specifies the current frame of an animated GIF. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: image, integer Property: repeatCount, frameCount, endFrame, startFrame, currentTime, palindromeFrames Object: image Glossary: frame, animated GIF, property | ||||||
Description | Use the currentFrame property to check where an animated GIF image is in its sequence. Set this property in order to change the current frame of an animated GIF: for example, to examine the animation frame by frame. If the image is not a GIF, the currentFrame property always reports 1, and setting it has no effect. | ||||||
Tags | multimedia |