How can you repeat at will the same sound effect, but WITHOUT having to use a specific channel number?
I note that when you use “clickSoundChannel = audio.play(mySoundEffect)” to play a particular sound effect that everytime you use this “play” that a NEW channel number is allocated. Is there a way to be able to play a sound effect again on the exiting channel number (BUT I don’t want to have to pick/specify a channel number in an audio.play())