[blocks]Hi I tried the set sound volume block and posted it ...
http://scratch.mit.edu/projects/keithbraafladt/130754
but it doesn't seem to work in the web player...
Keith
<play sound[ [/blocks]
Offline
You used the "Loudness" block.
Instead, create a variable named "Volume" and make it viewable as a slider on the stage.
Next, put the following blocks into every sprite that plays music/sounds:
[blocks]
<when green flag clicked>
<forever>
set volume to <{ Volume }> %
[/blocks]
You will find the "Set volume to ___ %" in the Sounds category; the [blocks]<{ Volume }> [/blocks] block will be in the Variables category- after you create it.
Good luck!
Offline