Play the specified audio track. Automatically loops the clip and tracks it as the current track for stopTrack / pauseTrack / resumeTrack.
Audio track name (case-sensitive).
Optional
Playback volume, 0.0..1.0. Defaults to the current global volume.
0.0..1.0
The sound instance ID.
me.audio.playTrack("awesome_music"); Copy
me.audio.playTrack("awesome_music");
Play the specified audio track. Automatically loops the clip and tracks it as the current track for stopTrack / pauseTrack / resumeTrack.