Audio Not Interrupted on Repeat
I am trying to make a lens where when the user taps it plays an audio file, and if they tap during the audio file it will play the same audio file again without interrupting the first. Currently, the play command automatically stops the original playing of the file and then plays it. Hopefully this makes sense. Is this possible? Thank you.
well, i figured out a work around by just duplicating the audio event ten times and using this script
Hi Miller, just wanted to add on some details here. Basically, a single Audio Component handles a single track of audio playback. To have overlapping audio, you need to have multiple Audio Components (one for each overlap). So you are correct in needing multiple Audio Components for what you're trying to do.