Discuss Scratch
- Buttons27
-
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!
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!
- TheHockeyist
-
1000+ 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!
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
-
500+ posts
Mute button
I support. Where would it be? Could you provide mockups?
- Mr_sprite
-
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.
Mute buttons can be coded into the project.
Click the mute button on keyboard.
- AonymousGuy
-
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…
Although I could swear that this was a duplicate…
- MushroomMan99
-
100+ posts
Mute button
You could just make a mute button and use these scripts
Then on the main sprite do
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
-
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.
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
-
100+ posts
Mute button
well you can just mute your computer sound but I disagree why would you not want to watch a project with sound? 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!
- savaka
-
1000+ posts
Mute button
Project with no sound required but has annoying background musicwell you can just mute your computer sound but I disagree why would you not want to watch a project with sound? 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!
- Buttons27
-
500+ 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.
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
-
500+ 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…
EXACTLY what I was thinking!
- Buttons27
-
500+ posts
Mute button
well you can just mute your computer sound but I disagree why would you not want to watch a project with sound? 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!
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
-
1000+ posts
Mute button
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.well you can just mute your computer sound but I disagree why would you not want to watch a project with sound? 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!
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!
- TimothyLawyer
-
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.)
(Another sound option: feed back project sound output to microphone input instead of turning on the microphone.)
- Arcanity
-
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.