Skip to content

playSound

stevepaget edited this page Feb 16, 2016 · 1 revision

Plays an existing sound object


Syntax:

playSound(yourSoundName)

Where:

yourSoundName is an existing sound object, made with makeSound.

Note: the program does not pause while the sound is playing, unlike the alternative function playSoundAndWait.

Clone this wiki locally