Hello, guys!
I'm using SimpleAudioEngine in my game, and it doesn't play sounds correctly.
I have a sound called torch.wav which I preload at the beginning of game,
and it plays when scenes are changed.
But problem is when I asked it to play game over.mp3/xxx.mp3/yyy.mp3, it also plays torch, not them. I checked all the sounds with itunes and it sounds exactly as they are(simple drum loop), but when I build and run the game, they all sounds torch. Some other sounds are played correctly.
is there anyone who had this problem and solved it?
Help!