Sound not playing well at several scenarios (timed events + only in Chrome when click on page)

The timed events for sound works poorly. Both in scripting and with the built-in ‘Start-soundslot’ after a certain ms.
Sound is not playing in Chrome unless I click. I tried to play on Edge, which doesn’t have this issue.
(Animations works flawless in relation to timed events, so I guess it cannot be my system etc. within these sound issues)

//br Thomas

It’s a feature of Chrome to not allow playback of audio till user interaction. Works around is to try to make something that requires user interaction (button to start game etc).

Yes, actually I came up with that in the meantime - thx anyway