Plays the audio clip, and stops when the audio clip is over.
The AudioClip reference
const audioClip = play_audio(create_audio('bgm/GalacticHarmony.mp3', 0.5)); Copy
const audioClip = play_audio(create_audio('bgm/GalacticHarmony.mp3', 0.5));
Plays the audio clip, and stops when the audio clip is over.