builtin Sound Effect
Get a sound expression string for a built-in sound effect.
music.builtinSoundEffect(soundExpression.giggle)
A collection of built-in sound effects are available as sound expressions. You choose one by selecting the name of the effect
Parameters
- soundExpression: A sound expression name. The available effects are:
gigglehappyhellomysterioussadslidesoaringspringtwinkleyawn
Returns
Example
Play the built-in sound effect for giggle.
music.playSoundEffect(music.builtinSoundEffect(soundExpression.giggle), SoundExpressionPlayMode.UntilDone)