Hi there,
I'm trying to figure out how to get my audio files to loop but only on a certain passage. I have a "Storyinit" passage that stores all my audio files:
<<cacheaudio "whitneybg_smc2002" "music/whitneybg_smc2002.mp3">>
<<cacheaudio "citypark_ambience" "music/citypark_ambience.mp3">>
And on my story passages, I have them like this:
<<audio whitneybg_smc2002 play loop>>
<<audio citypark_ambience play loop>>
But after moving on to the next passage or going back to a previous passage, the audio coontinues to play.
Could anyone help me make these audio files loop, but only on the passage I've inserted them in?
Thank you so much!