Using this post, I will describe the answer of following question. ‘How to play simple gif animation in iphone/ipad using cocos-2d?’ Here is the animation that we are going to use in our sample project. This can help to the beginners for game-development. I won’t write too much. I will directly describe to the point […]
Video

Using this tutorial, I am going to describe following points. Scheduling Scheduling a method Unscheduling a method Actions CCMoveTo CCMoveBy Reversing an action Creating a sequence of actions using CCSequence First place following code in your HelloWorldLayer.m file (Also, replace init method) // on “init” you need to initialize your instance -(id) init { if( […]