ok so far i've been having success with my game, everything is just falling into place, but one thing i dont like is the gun sounds, when mouse is click it plays the sound but it sounds weird and stop right on the spot after its released(i would like it to fade out when the mouse button is released).............i used
dbLoadSound("AK.wav",211);//Load a gun sound, id is 21
dbSetSoundSpeed(211,21000);
to load the sound and set its speed(if u know a way to make it sound better than it already does i'm open to suggestions)
i used this to play the sound
dbPlaySound(211);//Play gun sound
dbLoopSound(211,0,1,0);//Loop it again and
and this to stop it
dbPauseSound(211);//pause gun sound
to hear/see how my game looks and how the gun sounds are, visit this video http://www.youtube.com/watch?v=1AxNdvluqq4