Hi all,
I was wondering how to resume music using CocosDenshion after pausing it?
I don't want to restart the music, I need it to continue from exactly the point it was paused.
Thanks,
Dan
A fast, easy to use, free, and community supported 2D game engine
Hi all,
I was wondering how to resume music using CocosDenshion after pausing it?
I don't want to restart the music, I need it to continue from exactly the point it was paused.
Thanks,
Dan
CDAudioManager has the resumeBackgroundMusic method for this purpose, however, the method hasn't been exposed in SimpleAudioEngine. I assume you are using SimpleAudioEngine so I'll add the method today.
Fixed in r1303 http://code.google.com/p/cocos2d-iphone/source/detail?r=1303
Hi Steve,
Many thanks, that works great!
You must log in to post.