Audio.Play

Audio.Play ( 

number Channel )

Example 1

Audio.Play(CHANNEL_BACKGROUND);

Starts playing whatever's in the background audio channel.

Example 2

Audio.Play(CHANNEL_USER1);

Starts playing the audio file that is loaded in user channel 1.

See also: Related Actions