You can have a variable that increases as you push that button, and after pressing button just use a case sentence to choose the sound it will play …
In the next example, pressing button 5th time will repeat the cycle, coming back to sound_1 and this way you can have an infinite cycle.
That was your initial request, right ? click - play sound. Playing 1st sound after the last is clicked linked too.
Now, as I told you, I didn’t use sounds until now, so I can’t tell how you handle that - If a playing sound will stop when you click, or needs to finish playing 1st - you need to test it
Easy to accomplish that. Just eliminate last else, and put condition to play sound only if variable value is between 1 and 4. Example was for cycle, how you required