paused

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the paused of <player> to {true | false}
Associationsplayer
Summary

Specifies whether a sound or movie is paused.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the paused of player "Oops!" to true -- pause the movie
Values
NameTypeDescription
Value

The paused of a player is true or false.

RelatedKeyword: player
Message: resume, playStarted
Command: start
Glossary: property
Description

Use the paused property to pause or resume a movie or sound, or to check whether the user has done so.

When a player is not playing, its paused reports true.

Tagsmultimedia