I have been looking for weeks for an OBJ-C based tutorial on how to call a method when a specific b2body collides with something else (not everything).
I have two schedule in class @A. first one: - (id) init () { self = [super init]; if ( self ) { .... [self schedule:@selector(first:) interval:1.0f];
I made a board game with includes just some little animations. I reduced the fps from 60 to 30 to reduce the processor l开发者_开发知识库oad. But the device still gets very warm.
I have written a few games using cocos2d but they were all controlled by the accelerometer and used only simple touch events. All I need to do is register when the screen is touched, anywhere. I don\'
Im using cocos2d (iOS) and box2d to create a game. I have come to the point where I need to change the contact filter mid simulation and wondering how to go about this.
I have a one spritesheet image with all sprites, I downloaded this image from Interent. My question: Is there a tool that help me to get the coordinates of each sprite? would I have to search coordina
I am looking for suggestions on how to simulate the writing of dynamic text using Cocos2d on iOS. The effect should look as though the text is being written by an actual pen in real time.
Hello i\'m new to cocos 2D and am thinking about implementing iADs in a ne开发者_运维技巧w app i\'m working on. I\'v used iADs before and know the framework pretty well but i know that cocos 2D works
I\'m new to cocos2d so I am a b开发者_如何学Goit confused by some things: The term \"child\" keeps popping up. At
I have a ccarray and I thought that I always had to know the initial size.... So I do this: CCArray initwith开发者_如何学Gocapacity 4