playPaused

Sent to a player when the user pauses it.

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:

# Syntax

playPaused

# Examples

on playPaused -- start a "paused" animation set the repeatCount of image "Pause Animated Icon" to -1 end playPaused

# 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 rectangle and the player is already paused.

# Tags

# See

- **keyword:** player - **property:** currentTime - **message:** playStarted, currentTimeChanged - **object:** player - **glossary:** message, player