I'm checking code of a build game by another developer. You can understand how tuf it is. :)
I have to make a change in its sound.
When game is running the background sound remain same till game is over.
My task is to change sound after a specific time.
[[SimpleAudioEngine sharedEngine] playBackgroundMusic:@"background.wav" loop:TRUE];
This piece of code is used by the old developer.
I don't know how to make chnage according to my need.