Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Changing sprite volume (Sound)
- Blue_Science
-
100+ posts
Changing sprite volume (Sound)
Hi there,
I noticed when changing a sprite's volume the actual played volume shortly flashes to 100%. This is really annoying for fading sounds volume.
Example:
Go to this project, launch music app and play music, close music app and click “power” button in the bottom. The music's volume is supposed to slowly fade as the system shuts down.
https://scratch.mit.edu/projects/196323057
My browser / operating system: Linux Mint (Ubuntu derivative), Firefox 67.0, Flash 32.0 (release 0)
I noticed when changing a sprite's volume the actual played volume shortly flashes to 100%. This is really annoying for fading sounds volume.
Example:
Go to this project, launch music app and play music, close music app and click “power” button in the bottom. The music's volume is supposed to slowly fade as the system shuts down.
https://scratch.mit.edu/projects/196323057
My browser / operating system: Linux Mint (Ubuntu derivative), Firefox 67.0, Flash 32.0 (release 0)
Last edited by Blue_Science (July 5, 2019 15:30:57)
- opaline
-
100+ posts
Changing sprite volume (Sound)
my sanaki's homework project screwed up the audio one time https://scratch.mit.edu/projects/304797363/
- banana439monkey
-
1000+ posts
Changing sprite volume (Sound)
CNR. Can you send over the script you're using? Thanks! My browser / operating system: Windows NT 10.0, Chrome 75.0.3770.100, No Flash version detected
Banana
Banana
- MrSquirrelDeDuck
-
100+ posts
Changing sprite volume (Sound)
CR I'm pretty sure this would work:
when green flag clickedI was going to make a topic about this before though, I went searching for a topic about this to make sure I wasn't going to make a topic about something that already had it's own topic. Found this
forever
set volume to (10) %
end
when green flag clicked
forever
play sound [meow v] until done
end
- ZIZEE-BOI
-
2 posts
Changing sprite volume (Sound)
but how do you change volume of only one sprite and not the whole projects?
- Blue_Science
-
100+ posts
Changing sprite volume (Sound)
Uh I think it's already for a single sprite… but how do you change volume of only one sprite and not the whole projects?
- Discussion Forums
- » Bugs and Glitches
-
» Changing sprite volume (Sound)