Stop Sound
Description
The stop sound action will let you stop either all sounds currently playing or only one in specific. To learn more about sound, read the Play Sound documentation.
Action ID: Sound::Stop
Reversible: Yes
Requires User Interaction: No
Parameters
Name | Type | Description |
sound_id |
| Optional. The name of the specific sound you want to stop. |
properties |
| Optional. A list of comma separated properties with their respective value. |
Properties
The following is a comprehensive list of the properties available for you to modify certain behaviors of the stop sound action.
Name | Type | Description |
fade |
| The fade property let's you add a fade out effect to the sound, it accepts a time in seconds, representing how much time you want it to take until the sound volume is zero. |
Examples
Stop a specific Sound
The following will stop a specific sound, identified by it's name.
Stop all Sounds
The following will stop all sounds currently playing.
Fade Out Effect
The following will stop the sound, and will use a fade out effect to do so. You can also use a fade out effect when stopping all sounds.
Last updated