I'm sure most people have seen projects that were great, but had really annoying background music. I myself have created projects with background music. I also like to listen to music while I'm on the the computer, and it's hard for me to do that if I'm viewing a project that has sound effects. I propose the addition of a mute button to the viewing area on the website that will block out all sound from the project. This way, people won't have to mute everything else on their computers to mute a project. Thanks for listening! Please let me know what you think of my idea.
Last edited by mulus_equum_amat (2011-08-20 19:21:53)
Offline
mulus_equum_amat wrote:
I'm sure most people have seen projects that were great, but had really annoying background music. I myself have created projects with background music. I also like to listen to music while I'm on the the computer, and it's hard for me to do that if I'm viewing a project that has sound effects. I propose the addition of a mute button to the viewing area on the website that will block out all sound from the project. This way, people won't have to mute everything else on their computers to mute a project. Thanks for listening! Please let me know what you think of my idea.
Awwww mmannn. I just wrote this massive article telling you how to do this, and then I pressed back page. -__________- I failed.
Here, I'm not gonna retype that, so I'll just give you a project example. Sorry.
I made a project with a mute ability. This project has a mute button.
IN my previous paragraph that I had freaking accidentally DELETED (smh), I was saying somethign like this:
In each sprite that makes sound, make a script that says: "forever set volume to variable"
Then, in a new sprite, have it say:
"forever
if touching mouse and mouse down"
if varialbe equal 100
set variable t o 0
else
set variable to 100
That should work. If you're not clear, check out the project, download it, and then look at the volume button.
Hope that helps.
Offline
woofwoof301 wrote:
mulus_equum_amat wrote:
I'm sure most people have seen projects that were great, but had really annoying background music. I myself have created projects with background music. I also like to listen to music while I'm on the the computer, and it's hard for me to do that if I'm viewing a project that has sound effects. I propose the addition of a mute button to the viewing area on the website that will block out all sound from the project. This way, people won't have to mute everything else on their computers to mute a project. Thanks for listening! Please let me know what you think of my idea.
Awwww mmannn. I just wrote this massive article telling you how to do this, and then I pressed back page. -__________- I failed.
Here, I'm not gonna retype that, so I'll just give you a project example. Sorry.
I made a project with a mute ability. This project has a mute button.
IN my previous paragraph that I had freaking accidentally DELETED (smh), I was saying somethign like this:
In each sprite that makes sound, make a script that says: "forever set volume to variable"
Then, in a new sprite, have it say:
"forever
if touching mouse and mouse down"
if varialbe equal 100
set variable t o 0
else
set variable to 100
That should work. If you're not clear, check out the project, download it, and then look at the volume button.
Hope that helps.
Not all projects will have mute buttons though , so there should be a button on the website that automatically mutes it.
Offline
I think this is a really good idea, and it should be easy for the Scratch Team to implement.
Offline
laptop97 wrote:
woofwoof301 wrote:
I made a project with a mute ability. This project has a mute button.
IN my previous paragraph that I had freaking accidentally DELETED (smh), I was saying somethign like this:
In each sprite that makes sound, make a script that says: "forever set volume to variable"
Then, in a new sprite, have it say:
"forever
if touching mouse and mouse down"
if varialbe equal 100
set variable t o 0
else
set variable to 100
That should work. If you're not clear, check out the project, download it, and then look at the volume button.
Hope that helps.Not all projects will have mute buttons though
, so there should be a button on the website that automatically mutes it.
That's exactly why I'm suggesting this. I have stopped making projects with sound, but not all users that make projects with sound will think to create a mute button.
Offline
laptop97 wrote:
Not all projects will have mute buttons though
, so there should be a button on the website that automatically mutes it.
OHHH you meant just projects in general, not as a tool. Ok, I see what you mean. Then yeah, I'm all in for it.
Offline
laptop97 wrote:
woofwoof301 wrote:
mulus_equum_amat wrote:
I'm sure most people have seen projects that were great, but had really annoying background music. I myself have created projects with background music. I also like to listen to music while I'm on the the computer, and it's hard for me to do that if I'm viewing a project that has sound effects. I propose the addition of a mute button to the viewing area on the website that will block out all sound from the project. This way, people won't have to mute everything else on their computers to mute a project. Thanks for listening! Please let me know what you think of my idea.
Awwww mmannn. I just wrote this massive article telling you how to do this, and then I pressed back page. -__________- I failed.
Here, I'm not gonna retype that, so I'll just give you a project example. Sorry.
I made a project with a mute ability. This project has a mute button.
IN my previous paragraph that I had freaking accidentally DELETED (smh), I was saying somethign like this:
In each sprite that makes sound, make a script that says: "forever set volume to variable"
Then, in a new sprite, have it say:
"forever
if touching mouse and mouse down"
if varialbe equal 100
set variable t o 0
else
set variable to 100
That should work. If you're not clear, check out the project, download it, and then look at the volume button.
Hope that helps.Not all projects will have mute buttons though
, so there should be a button on the website that automatically mutes it.
If you have windows Vista, you should be able to do it by right clicking on the sound, then clicking Open Volume Mixer. Mute the stuff to do with the online project. (Note: If your veiwing in Java, you need to mute the Java platform.)
Last edited by DigiTechs (2011-08-23 11:49:16)
Offline
Hi all, I am also looking for a way to make a mute button. My project, thanks to some suggestions, already has a volume adjust, but I think that it needs a mute button. From what I have learned from reading this thread, I think that it will be hard to get it accomplished. All suggestions will be accepted.
Newguy 3
Offline
It is easy to make a mute button on your project.
Maybe there could be a mute button between the green flag and the stop sign?
Mokat wrote:
would the mute button mute ALL sounds on the website, or will it just mute music?
![]()
How would a project know if a sound was music or a sound effect?
If you wanted to do that you have to make individual mute buttons in your project.
Offline
Hi everyone,
I have found a solution to all of our problems! The problems that this game solves are:
The need for a mute button...Solved!
Volume Ajust useing the arrow keys...Solved!
The ability to switch sound files in the game...Solved!
Download the Game here: <a href="http://scratch.mit.edu/projects/newguy3/2279941"target="_blank">visit my scratch game here</a>
newguy3
Offline
newguy3 wrote:
Hi everyone,
I have found a solution to all of our problems! The problems that this game solves are:
The need for a mute button...Solved!
Volume Ajust useing the arrow keys...Solved!
The ability to switch sound files in the game...Solved!
Download the Game here:
"http://scratch.mit.edu/projects/newguy3/2279941"
newguy3
Offline
I see what you mean.
You can't always hit the mute button on your computer because you might be listening to some other music or something.
Offline
newguy3 wrote:
Hi all, I am also looking for a way to make a mute button. My project, thanks to some suggestions, already has a volume adjust, but I think that it needs a mute button. From what I have learned from reading this thread, I think that it will be hard to get it accomplished. All suggestions will be accepted.
Newguy 3
When Spite "Mute" clicked:
broadcast mute
On all sprites
When I receive mute:
set volume to 0%
Offline