Book Image

Learning iPhone Game Development with Cocos2D 3.0

By : Kirill Muzykov
Book Image

Learning iPhone Game Development with Cocos2D 3.0

By: Kirill Muzykov

Overview of this book

Table of Contents (19 chapters)
Learning iPhone Game Development with Cocos2D 3.0
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – using Particle Designer


Predefined particle systems that come with Cocos2D are a good way to start, but in many cases, you will want to create a custom particle system and tweak all the properties. This way you will have to build and run the game after each change to test the particle system. This is not very efficient.

There are a few tools that can help you to design a particle system and Particle Designer 2 is definitely one of the best. Let's use it to add a sun to our game scene:

  1. First of all, you need to download and install Particle Designer. Visit http://71squared.com/en/particledesigner to download and then install it.

  2. Open the Particle Designer app and immediately press the cloud button in the top-right corner as shown in the following screenshot:

    The cloud button

  3. This will open the gallery with the shared particle systems (particle systems created by other users and shared with you).

  4. We are going to use one. Search for the Red Sun, click on it and you should immediately...