MovieStatus()

Syntax

Result.q = MovieStatus(#Movie)
Description
Get the playback status of the movie.

Parameters

#Movie The movie to use.

Return value

Returns one of the following values:

-1: Movie is paused.
0: Movie is stopped
> 0: Movie is playing. The returned value is the current frame number displayed.

See Also

MovieSeek()

Supported OS

All

<- MovieSeek() - Movie Index - MovieWidth() ->