I would put the track names into an array, then on an audio ended event look at the next item in the array and do a play(Array.At([Number here])). To do this you would also need to keep track of where you are in the array and know the array length to set it back to 0 when it gets to the end.