Hey guys,
Basically, what I want to do is have an array with some sounds, which I have and it works fine. What I am trying to achieve is: I want a fixed, or even better a random interval between the sounds that are played.
So for example:
Sound A just finished playing.
Sound B will play next but only after say, 2 minutes.
Or, even better. Sound B will play after a random interval set between 2 to 5 minutes.
My array for the sounds is set up and works fine, I just need help with the interval part of the code.
Any ideas on how to do this?
Thanks in advance.