Lingo Dictionary > O-R > playBackMode |
![]() ![]() ![]() |
playBackMode
Syntax
sprite(
whichFlashSprite
).playBackMode
the playBackMode of sprite
whichFlashSprite
member(
whichGIFAnimMember
).playBackMode
the playBackMode of member
whichGIFAnimMember
Description
Cast member and sprite property; controls the tempo of a Flash movie or animated GIF cast member with the following values:
![]() |
|
![]() |
|
![]() |
|
This property can be tested and set.
Example
This sprite script sets the frame rate of a Flash movie sprite to match the frame rate of the Director movie:
property spriteNum on beginSprite me sprite(spriteNum).playBackMode = #lockStep end
See also
![]() ![]() ![]() |