My project originated 开发者_如何学Goas the cocos2d Box2D template and I\'m having issues as soon as I tried to create a world:
I am new to Cocos2D. I am making a simple game for iPhone in which I want my sprite to disappear with some animation. Till now I can make it disappear with the following code:-
I want to cleanup memory. Here is my code [[CCActionManager sharedM开发者_C百科anager] removeAllActionsFromTarget:currentValue];
When I enable the retina mode, and when the -hd files are not present, the normal version of .png files are shown and therefore the image looks very small. How can I autoscale those PNG files tp 2x wh
I\'m trying to make a simple game and I am currently trying to make an arrow shoot out. So far I have two functions,
I\'ve using cocos2d for a while and I want to make a battleship game. The thing is I can probably do a battleship with UiKit(UIButtons and UIImageView) easier and faster than in cocos2d but I want to
I\'m new to using Box2d and really can\'t find a consistent answer to my question so please excuse me.
I am trying to make a game in Cocos 2D & Box 2D but when i try to put a \"setAsEdge\" it just said me that the function dosn\'t exist
I\'m trying to create a growing circle in chipmunk, that starts growing when you touch and hold your finger at a location. I haven\'t found any specific help function for that in chipmunk, wondering i
Good evening all, I\'m trying to code a menu, but I keep getting Thread 1: Program received signal: \"SIGABRT\".