Sound: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "==== '''New blocks''' ==== * Stop sound [sound v] * <is [sound v] playing?> * (lengh of [sound v]) * ([effect v] effect)")
 
(Added scratch blocks)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The '''Sound''' category is a vanilla category in [[PenguinMod]] and [[Scratch]].
==== '''New blocks''' ====
==Blocks==

===Scratch Blocks===
* Stop sound [sound v]
*[[play sound () until done|<sb>play sound (sound v) until done</sb>]]
* <is [sound v] playing?>
* (lengh of [sound v])
*[[start sound ()|<sb>start sound (sound v)</sb>]]
* [[stop all sounds|<sb>stop all sounds::sound</sb>]]
* ([effect v] effect)
*[[change () effect by () (Sound)|<sb>change [pitch v] effect by (10)</sb>]]
*[[set () effect to () (Sound)|<sb>set [pitch v] effect to (100)</sb>]]
*[[clear sound effects|<sb>clear sound effects</sb>]]
*[[change volume by ()|<sb>change volume by (-10)</sb>]]
*[[set volume to ()%|<sb>set volume to (100)%</sb>]]
*[[volume|<sb>volume</sb>]]
===PenguinMod Blocks===
* [[play sound () starting at () seconds until done|<sb>play sound (sound v) starting at (5) seconds until done::sound</sb>]]
* [[start sound () at () seconds|<sb>start sound (sound v) at (5) seconds::sound</sb>]]
* [[stop Sound ()|<sb>stop sound (sound v)::sound</sb>]]
* [[play all sounds|<sb>play all sounds::sound</sb>]]
* [[set fade out to () seconds on ()|<sb>set fade out to (1) seconds on (sound v)::sound</sb>]]
* [[is () playing?|<sb>is (sound v) playing?::sound boolean</sb>]]
* [[length of ()|<sb>length of (sound v)::sound reporter</sb>]]
* [[() Effect (Sound)|<sb>[pitch v] effect::sound reporter</sb>]]
==See also==
*[[Sound Systems]]
*[[Sound Waves]]
*[[Music]]
{{CategoriesNav}}
[[Category:Vanilla Categories]]

Latest revision as of 19:46, 5 July 2024