Stop Music
Stop playing music
Description
The stop music action will let you stop either all music currently playing or only one in specific. To learn more about music, read the Play Music documentation.
Action ID: Music::Stop
Reversible: Yes
Requires User Interaction: No
Parameters
Name | Type | Description |
music_id |
| Optional. The name of the specific music 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 music action.
Name | Type | Description |
fade |
| The fade property let's you add a fade out effect to the music, it accepts a time in seconds, representing how much time you want it to take until the music volume is zero. |
Examples
Stop a specific Music
The following will stop a specific music, identified by it's name.
Stop all Music
The following will stop all music currently playing
Fade Out Effect
The following will stop the song, and will use a fade out effect to do so. You can also use a fade out effect when stopping all music.
Last updated