Posts tagged with tutorial
cocos2d tutorial: Using CCSequence and CCActions
A while back we did some cocos2d for iPhone tutorials on creating a simple menu and creating a button using CCMenuItemToggle. This time, we'll take a look at cocos2d's powerful CCSequence, and how you can use it in combination with CCActions and your own methods.
Creating a button using CCMenuItemToggle in cocos2d
Last time we talked about creating a simple menu in cocos2d. This tutorial will show you how to use CCMenuItemToggle to create a simple sound on/off button using images to represent the two states.
Continue reading...
Creating a simple menu with scene transition in cocos2d
cocos2d for iPhone is a fast, free, flexible, community-supported and easy to use framework for making iPhone games.
In this first tutorial, we'll discuss how to create a main menu scene with transition to a second scene using cocos2d.
