Audio
This component is used to play sound/ music on your game
Component Author: Jabo Release Date: April 12, 2020
new Audio(String pathToAudio);play(); // Play audio once
play(boolean loop); // Play audio loop
stop(); // Stop audio from playing
isPlaying(); // Returns booleanLast updated
Was this helpful?