Time for action – adding music

Background ambient sound is good, but not for our kind of game. What we really need is some music. Let's add the code to play the music, and as we don't want one song playing over and over again, we're going to implement switching between the tracks by performing the following steps:

  1. First of all, we will need some music. Create the group called Music in the Resources group. Then, open the book's supporting files available at Chapter_08/Assets/Music and add all the music files into this group.

    Tip

    You can use your favorite music instead of the music that comes with the book, just name the files the same way or make sure you adjust the code. Also, don't forget about the licenses if you're going to upload the game into ...

Get Learning iPhone Game Development with Cocos2D 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.