play the specified audio track this function automatically set the loop property to true and keep track of the current sound being played.
audio track name - case sensitive
Optional
Float specifying volume (0.0 - 1.0 values accepted).
the sound instance ID.
me.audio.playTrack("awesome_music"); Copy
me.audio.playTrack("awesome_music");
play the specified audio track
this function automatically set the loop property to true
and keep track of the current sound being played.