[Q] how to stop a long sound

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] how to stop a long sound

Young-Jin Lee-3
Hi,

Is there a way to stop a long sound before it finishes? I found that Etoys’ Sound Library can stop the sound being played, but the “stop sound” command tile in the sound category does not work. Once sound starts by executing the “make sound XXX” command tile, executing the “stop sound” command tile has no effect.

Thanks for your help.

Young-Jin Lee
_______________________________________________
squeakland mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/squeakland
Reply | Threaded
Open this post in threaded view
|

Re: [Q] how to stop a long sound

Karl Ramberg
Hi,
Sound playing tries to be graceful by only stopping one of the sounds playing, but that sometimes fails.

You can make a textual script that stops all sound playing:

SoundPlayer stopPlayingAll

Cheers,
Karl


On Thu, Feb 6, 2014 at 6:35 PM, Young-Jin Lee <[hidden email]> wrote:
Hi,

Is there a way to stop a long sound before it finishes? I found that Etoys’ Sound Library can stop the sound being played, but the “stop sound” command tile in the sound category does not work. Once sound starts by executing the “make sound XXX” command tile, executing the “stop sound” command tile has no effect.

Thanks for your help.

Young-Jin Lee
_______________________________________________
squeakland mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/squeakland


_______________________________________________
squeakland mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/squeakland

Sketch.jpeg (15K) Download Attachment