moveStopped

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
moveStopped
Summary

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

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
on moveStopped -- play a sound
  play audioClip "Finished"
end moveStopped
RelatedCommand: stop moving, move
Glossary: object, command, message
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.

Tagsmultimedia