I've been searching through the All About Sounds deck and this forum to try and figure out how to get looping background music that is longer than 10 seconds (without disrupting navigation like buttons).
I know that you can use sleep["play"] to play multiple audio files in order quite easily, but that prevents navigation and other things being visible, it seems. Navigation is available when using the "loop" argument in the play function (i.e. play ["audio1" "loop"]) and there is an event on loop do that can execute code each time a loop finishes. I have tried using on loop do in conjunction with a counter and some if statements to achieve my goal, but so far my attempts have not worked.
Has anyone discovered a way to accomplish this? Or does anyone know of some code that may work? Thanks.