I have an intro screen with a button and when the button is pressed, the music starts:
Touch - introButton - play music looping -10 "bgMusic"
It loops fine in preview but when in browser it does not loop.
Any idea? Could this be a bug? Should I have system every tick check if music is silent and then start it - which seems crazy tough.
I have no code to stop it anywhere beside a music button which toggles the sound but I am not touching it during testing to make sure.
The code for music button is:
Touch on touched musicBtn audio set toggle silent
if audio is silent musicBtn set opacity 50
system else musicBtn ser opacity 100