moveStopped

Sent to an object that has just been moved by the move command.

# Metadata

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

# Syntax

moveStopped

# Examples

on moveStopped -- play a sound play audioClip "Finished" end moveStopped

# Description

Handle the moveStopped message to coordinate an action with the end of a move command.

The moveStopped message is sent when the actions of the move command end, or when a movement is ended by the stop moving command.

# Tags

# See

- **command:** stop moving, move - **glossary:** object, command, message