soundFinishedOnChannel | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Sent to the object which played a sound when a sound finishes playing. | |||||||||
Introduced | 4.6 | |||||||||
OS | ios, android | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel Function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus | |||||||||
Description | Handle the soundFinishedOnChannel message if you want to perform a task or take an action when a sound finishes playing. When a sound has finished playing naturally (not stopped or replaced) on a given channel the soundFinishedOnChannel message is sent to the object which played the sound. |