playPaused

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
playPaused
Associationsplayer
Summary

Sent to a player when the user pauses it.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
on playPaused -- start a "paused" animation
  set the repeatCount of image "Pause Animated Icon" to -1
end playPaused
RelatedKeyword: player
Property: currentTime
Message: playStarted, currentTimeChanged
Object: player
Glossary: message, player
Description

Handle the playPaused message if you want to perform an update when a player is paused.

A playPaused message is also sent when the user clicks within a player's rectangle and the player is already paused.

Tagsmultimedia