Example
This statement stops playback:
-- Lingo syntax
member(1).stop()
// JavaScript syntax
member(1).stop();
See also
DVD
stop() (Sound Channel)
Usage
-- Lingo syntax
soundChannelObjRef.stop()
// JavaScript syntax
soundChannelObjRef.stop();
Description
Sound Channel method; stops the currently playing sound in a sound channel.
Issuing a
play()
given sound channel.
To see an example of
Learning/Lingo folder inside the Director application folder.
Parameters
None.
Example
This statement stops playback of the sound cast member currently playing in sound channel 1:
-- Lingo syntax
sound(1).stop()
// JavaScript syntax
sound(1).stop();
See also
getPlayList(),
(Sound
Channel),
method begins playing the first sound of those that remain in the queue of the
used in a completed movie, see the Sound Control movie in the
stop()
pause() (Sound
Channel),
rewind() (Sound
play() (Sound
Channel),
Sound Channel
Channel),
playNext()
stop() (Sound Channel)
551
Need help?
Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?
Questions and answers