pxt-ev3/docs/reference/music/stop-all-sounds.md
Galen Nickel ab3c4c5267 Example overrides for 'music' api docs (#353)
* Example overrides for 'music' api docs

* Drop 'music' into card page
2018-02-27 17:15:26 -08:00

161 B

@extends

Example #example

Play a sound effect but stop it right away.

music.playSoundEffect(sounds.expressionsCrying)
music.stopAllSounds()