Discuss Scratch

Buttons27
Scratcher
500+ posts

Mute button

I keep on thinking…wouldn't it be awesome if there was a mute button on scratch projects!
I think that it would just be a helpful tidbit, so that if scratchers preferred not hear sound but read the project, (for example) they could do so without any sound!
EnchantedPuppy1
Scratcher
9 posts

Mute button

Oh,yes,awesome.
add [this idea] to [scratch  ]
TheHockeyist
Scratcher
1000+ posts

Mute button

Buttons27 wrote:

I keep on thinking…wouldn't it be awesome if there was a mute button on scratch projects!
I think that it would just be a helpful tidbit, so that if scratchers preferred not hear sound but read the project, (for example) they could do so without any sound!

set volume to (0) %

EDIT: You meant mute the sound when you're viewing the project? You can easily go down to your computer's Volume controls… but mute the project in Scratch… then I support.

Last edited by TheHockeyist (Aug. 1, 2014 00:52:39)

Braeden5454
Scratcher
500+ posts

Mute button

I support. Where would it be? Could you provide mockups?
Mr_sprite
Scratcher
82 posts

Mute button

Ummm. Maybe. I see potential uses, but I also see very simple workarounds like:

Mute buttons can be coded into the project.

Click the mute button on keyboard.
Deerleg
Scratcher
1000+ posts

Mute button

Example of mute button here:
http://scratch.mit.edu/projects/24519961/

Very simple. No support.
AonymousGuy
Scratcher
1000+ posts

Mute button

The reason for this is some people don't code a mute button in to their project, and sometimes you don't want to mute other sounds on your computer. So support.

Although I could swear that this was a duplicate…
savaka
Scratcher
1000+ posts

Mute button

SPORES!
MushroomMan99
Scratcher
100+ posts

Mute button

You could just make a mute button and use these scripts

when this sprite clicked
if <(muted?) = [0 ]> then

set [muted? v] to [1 ]
switch costume to [mute v]
end
if <(muted?) = [1 ]> then

set [muted v] to [0 ]
switch costume to [unmute v]
end

Then on the main sprite do

if <(muted?) = [1 ]> then

play sound [recording1 v]
end
stickfiregames
Scratcher
1000+ posts

Mute button

Support.

To everyone saying you can code it, that doesn't mean everyone will code it, which leaves a built-in mute button as the only option.
pixlecode
Scratcher
100+ posts

Mute button

Buttons27 wrote:

I keep on thinking…wouldn't it be awesome if there was a mute button on scratch projects!
I think that it would just be a helpful tidbit, so that if scratchers preferred not hear sound but read the project, (for example) they could do so without any sound!
well you can just mute your computer sound but I disagree why would you not want to watch a project with sound?
savaka
Scratcher
1000+ posts

Mute button

pixlecode wrote:

Buttons27 wrote:

I keep on thinking…wouldn't it be awesome if there was a mute button on scratch projects!
I think that it would just be a helpful tidbit, so that if scratchers preferred not hear sound but read the project, (for example) they could do so without any sound!
well you can just mute your computer sound but I disagree why would you not want to watch a project with sound?
Project with no sound required but has annoying background music
Buttons27
Scratcher
500+ posts

Mute button

Mr_sprite wrote:

Ummm. Maybe. I see potential uses, but I also see very simple workarounds like:

Mute buttons can be coded into the project.

Click the mute button on keyboard.

Yes of course…but, most Scratchers do not put mute buttons on their projects.

Also, for example: Someone is using the computer you're using for music, meanwhile you're using scratch at the same time as the music is playing. If you click the mute button on the keyboard it will mute everything, including the person's music that is playing.
Buttons27
Scratcher
500+ posts

Mute button

AonymousGuy wrote:

The reason for this is some people don't code a mute button in to their project, and sometimes you don't want to mute other sounds on your computer. So support.

Although I could swear that this was a duplicate…

EXACTLY what I was thinking!
Buttons27
Scratcher
500+ posts

Mute button

pixlecode wrote:

Buttons27 wrote:

I keep on thinking…wouldn't it be awesome if there was a mute button on scratch projects!
I think that it would just be a helpful tidbit, so that if scratchers preferred not hear sound but read the project, (for example) they could do so without any sound!
well you can just mute your computer sound but I disagree why would you not want to watch a project with sound?

Also, for example: Someone is using the computer you're using for music, meanwhile you're using scratch at the same time as the music is playing. If you click the mute button on the keyboard it will mute everything, including the person's music that is playing.

You want to mute the scratch projects because…you don't want to disturb someone's music for example!
savaka
Scratcher
1000+ posts

Mute button

Buttons27 wrote:

pixlecode wrote:

Buttons27 wrote:

I keep on thinking…wouldn't it be awesome if there was a mute button on scratch projects!
I think that it would just be a helpful tidbit, so that if scratchers preferred not hear sound but read the project, (for example) they could do so without any sound!
well you can just mute your computer sound but I disagree why would you not want to watch a project with sound?

Also, for example: Someone is using the computer you're using for music, meanwhile you're using scratch at the same time as the music is playing. If you click the mute button on the keyboard it will mute everything, including the person's music that is playing.

You want to mute the scratch projects because…you don't want to disturb someone's music for example!
On Windows you can use the sound options to mute only specific programs, but they could be listening to music online, or it could not be a Windows computer.
TimothyLawyer
Scratcher
1000+ posts

Mute button

Maybe a mute option that clears when the green flag is pressed?

(Another sound option: feed back project sound output to microphone input instead of turning on the microphone.)
dracae
Scratcher
1000+ posts

Mute button

+support
Barnabas09
Scratcher
84 posts

Mute button

I agree.
stop all sounds
Youtube
Arcanity
Scratcher
46 posts

Mute button

I don't care what anyone says, we need this and it can't be that hard to add just next to the green flag or stop sign.

Powered by DjangoBB