Lingo Dictionary > O-R > pauseState

 

pauseState

Syntax

the pauseState

Description

Movie property; determines whether the pause command is currently pausing the movie (TRUE) or not (FALSE).

Becuase the pause command is obsolete, this property is not commonly used.

Example

This statement checks whether the movie is currently paused and, if it is paused, causes the movie to continue playing:

if the pauseState = TRUE then go the frame + 1

See also

pause (movie playback)