Im trying to find a way to have a sound play during the canvas loading screen or once the loading starts. any help on this?
Hi @DerpySlurrpe,
You can code that using regular JS in your custom splash-screen.js script, just note that in most browsers you can start audio playback only after the user has interacted with page somehow e.g. with a button click.