Like pressing a button play "Drip.wav" and when game won play "Joepie.wav"
Is there any disadvantage in this and is it fast enough:
' button was pressed
MP.Load("Drip.wav")
MP.Play()
What about an array MP(10) with preloaded sounds, would that be too hard on resources (suppose the wav's are few Kb)?
Just beginning and having fun,
Bas
Is there any disadvantage in this and is it fast enough:
' button was pressed
MP.Load("Drip.wav")
MP.Play()
What about an array MP(10) with preloaded sounds, would that be too hard on resources (suppose the wav's are few Kb)?
Just beginning and having fun,
Bas