Hi, here is what you can do, imagining you have your files named "soundX" (X being a number as you said) and your variable named "MyVariable";
Use Audio Play (by name), then type like this : "sound" & MyVariable, and then you have it!
You can also randomize the sound by making it like this : "sound" & random(0,10)