another way of doing this is a function with a parameter, (think of this as a switch) in the function you create parameter 0, 1, 2, 3 etc and each one plays a sound
in your code that will call that sounds just call the function with parameter (choose(1,2,3,4,5,6) or how ever many you have.