Playing audio in a sequence

Hi everyone. I’m quite new to Cocos2D development, and in need of some help.

I’m trying to play some sound effects in a sequence, but I’m not sure how it can be done. They all start playing at the same time.

Thanks in advance!

Hi,

Could you please tell us which platform is you’re developing for.

Native App or Web App?

An audio object has an end event on Web platform, you can add a listener to the audio object.

For now it’s a web app, but we’re planning to run it as a native app using js binding.