Stop Sound
Stop playing sound effects
Description
'stop sound [sound_id] [with fade <time>]'Parameters
Name
Type
Description
Examples
Stop a Specific Sound
monogatari.script({
'Start': [
'play sound night with loop',
'play sound fireCracks with loop',
'Two sounds are currently playing',
'stop sound fireCracks',
'I guess someone put out the fire, only the night sounds are heard now',
'end'
]
});monogatari.assets('sounds', {
'fireCracks': 'fire-cracks.mp3',
'night': 'night.mp3'
});Stop All Sounds
Fade Out Effect
Fade Out All Sounds
Related Actions
Last updated
Was this helpful?