movie

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
the movie
movie()
Synonymsmovies
Summary

Returns the name of the currently playing video clip.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
the movie
repeat until myMovie is not among the lines of the movies
Values
NameTypeDescription
return

The movie function returns a list of video clip names, one per line.

RelatedConstant: done
Command: start, prepare
Control Structure: function
Glossary: synchronize, video clip, return
Description

Use the movie function to synchronize other actions with sounds.

If no video clip is playing, the movie function returns done.

Tagsmultimedia