What Wick Editor Version are you using?
1.19.3
Describe the Problem
I’m looping an audio using this format: playSound('wilderness.mp3', {loop: true})
However, even though it works in the editor as expected, it does not loop when it’s exported as an interactive file.
Is there a way I can solve this? Or am I supposed to use an alternative way of looping audio?