Book Image

Mastering Cocos2d Game Development

By : Alex Ogorek
Book Image

Mastering Cocos2d Game Development

By: Alex Ogorek

Overview of this book

Table of Contents (15 chapters)
Mastering Cocos2d Game Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter taught you how to preload, unload, play, and modify sound files using OALSimpleAudio and Cocos2d. You also saw some cool ways in which we integrated the use of sound in this book's project. Because the game is still in that prototype-esque phase, the sounds may change or be modified. However, the vast majority of them are implemented. Also, if you want to learn how to turn on/off sound or music in your game via an option in the menu or settings, read Chapter 6, Tidying Up and Polishing, as that chapter will cover more such details.

There are also a lot of situational methods in OALSimpleAudio that were not covered in this chapter. If you wish to read more about them, you can view the documentation at http://www.learn-cocos2d.com/api-ref/1.0/ObjectAL/html/interface_o_a_l_simple_audio.html#aaf877e4f0526408d569fd12f37e8e1f7.

In the next chapter, we'll cover some really cool concepts and mechanics that most game developers don't take time to implement in their game—and it...