• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Stop and play all sounds

Explorer ,
Feb 01, 2018 Feb 01, 2018

Copy link to clipboard

Copied

I know that there are several threads, but none was helpful for my question.

Since it is a very simple task, I am surprised about it:

In many Animate/Canvas animations sound is used. And in all of them it is a good practice to offer a button to the users to stop the sound.

createjs.Sound.stop(); does a good job only for the first sound playing. If there are more sounds set on keyframes of the timeline later, they will play. It means that the code only stops the currently playing sound.

How to manage to stop (play) all sounds of the animation???

Thanks in advance for help.

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 01, 2018 Feb 01, 2018

Your thread title is not a good description of what you're actually trying to do. You're not wanting to stop and play all sounds, you're wanting to mute all sounds.

And what do you know, the SoundJS component of CreateJS offers exactly that.

createjs.Sound.muted = true;

Votes

Translate

Translate
LEGEND ,
Feb 01, 2018 Feb 01, 2018

Copy link to clipboard

Copied

Your thread title is not a good description of what you're actually trying to do. You're not wanting to stop and play all sounds, you're wanting to mute all sounds.

And what do you know, the SoundJS component of CreateJS offers exactly that.

createjs.Sound.muted = true;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 01, 2018 Feb 01, 2018

Copy link to clipboard

Copied

Sorry, I am neither programmer nor English native speaker 😉

But your hint was perfectly right.

Thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 24, 2020 Jan 24, 2020

Copy link to clipboard

Copied

LATEST
 
How can I apply it? I have a movie clip as a button
createjs.Sound.stop();
Thanls a lot
 

 

createjs.Sound.stop();

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines