pxt-ev3/docs/reference/music/stop-all-sounds.md

10 lines
161 B
Markdown
Raw Normal View History

# @extends
## Example #example
Play a sound effect but stop it right away.
```blocks
music.playSoundEffect(sounds.expressionsCrying)
music.stopAllSounds()
```