Sound Category
1. play sound ( ) until done
Plays the specified sound until it ends.
Example:
When you click the green flag, the sound meow is played until it ends.
2. starts sound ( )
Plays the specified sound without pausing the script.
Example:
When you click the green flag, the sound meow is played.
3. stop all sounds
Stops playing all sounds.
Example:
When you press the space key, all sounds are stopped.
4. change ( ) effect by ( )
Changes the specified effect (pitch or pan left/right) by the specified amount.
Example:
When you press the ← key, the pitch effect is increased by 10%.
5. set ( ) effect to ( )
Sets the specified effect (pitch or pan left/right) to the specified amount.
Example:
When you press the space key, the pitch is set to 90%.
6. clear sound effects
Deletes all sound effects.
Example:
When you press the space key, all sound effects are deleted.
7. change volume by ( )
Changes the volume by the specified amount.
Example:
When you press the ← key, the volume is decreased by 10%.
8. set volume to ()%
Sets the volume to the specified amount.
Example:
When you click the green flag, the volume is set to 60%.
9. volume
Current volume.
Example:
When you click the green flag, the sprite reports the current volume.