Back Previous Next

Slideshow keyword - play

Syntax:

play {name} [looped]

Function:

Play an already-loaded audio clip. The name is the one given to the clip in the audio command. If the clip is still loading (from the Web) the system will wait for it to finish loading before playing it. Using the optional parameter looped causes it to play over and over again until stopped. See stop.

Example(s):

play "Sonic boom"
play "Running water" looped


Back Previous Next