Lingo Dictionary > O-R > pause() |
![]() ![]() ![]() |
pause()
Syntax
sound(
channelNum
).pause()
pause(sound(
channelNum
))
Description
This command suspends playback of the current sound in sound channel channelNum
. A subsequent play()
command will resume playback.
Example
This statement pauses playback of the sound cast member playing in sound channel 1.
sound(1).pause()
See also
breakLoop()
, isBusy()
, play() (sound)
, playNext()
, queue()
, rewind()
, status
, stop() (sound)
![]() ![]() ![]() |