Array of sounds, play one at a time?

Is is possible to have an array of sounds, and play them one at a time?

What I would do is get the first sound, get it’s duration, set a timer with that duration and play the sound, once the timer finishes, it will increment the index of the array, then it will repeat this process until index reaches the length of this array.