Hi there, I am working on this literacy game for students, and students are really into sounds and sound effects. I got this sweet backtrack that I play in the background by using..
PlaySound App.Path & "\SoundFiles\BACKTRACK.WAV", ByVal 0&, SND_FILENAME Or SND_ASYNC
The problem is this way will only let me use one wav at a time. Now I am not partial to wav files, but I would like to figure out how to play more than 1 sound at a time, like if the backtrack is playing, another sound effect can be played WHILE the backtrack is going on?
Am I limited to just 1 wav though? Thanks!
PlaySound App.Path & "\SoundFiles\BACKTRACK.WAV", ByVal 0&, SND_FILENAME Or SND_ASYNC
The problem is this way will only let me use one wav at a time. Now I am not partial to wav files, but I would like to figure out how to play more than 1 sound at a time, like if the backtrack is playing, another sound effect can be played WHILE the backtrack is going on?
Am I limited to just 1 wav though? Thanks!