I'm writing a Music game that requires me to preload quite a few files (This is necessary because the game relies on rhythm)
so something like this...
Audio - Preload by name - ("pianoA2","pianoA2h","pianoC2") etc
I suppose the alternative would be to write an array and iterate over each element. I just want to make sure I'm doing things properly <img src="smileys/smiley1.gif" border="0" align="middle" />
Any other suggestions?
Thanks in advanced