MovieStatus()

Syntax

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

'Result' can be 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.


Note: Be careful with this function when using sounds (e.g. MP3) as no pictures (frames) exist.

Supported OS

All

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