cocos2d-iphone
Xcode: Cocos2d: Can't create world with Box2D
My project originated 开发者_如何学Goas the cocos2d Box2D template and I\'m having issues as soon as I tried to create a world:[详细]
2023-04-12 16:45 分类:问答How to make a sprite disappear with various animations on its click?
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:-[详细]
2023-04-12 15:59 分类:问答memory leakage in CCAction in objective-c
I want to cleanup memory. Here is my code [[CCActionManager sharedM开发者_C百科anager] removeAllActionsFromTarget:currentValue];[详细]
2023-04-12 10:14 分类:问答In Retina mode of Cocos2D, how to autoscale PNG when -hd files are not present?
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[详细]
2023-04-12 05:10 分类:问答Best way to go about making ccTime function just for a sprite's movement?
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,[详细]
2023-04-12 01:07 分类:问答Is there a gridview in cocos2d of a battleship game?
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[详细]
2023-04-12 01:05 分类:问答How do I give a Box2d Kinematic body a predefined curved path
I\'m new to using Box2d and really can\'t find a consistent answer to my question so please excuse me.[详细]
2023-04-12 00:35 分类:问答SetAsEdge problems Cocos 2D
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[详细]
2023-04-11 22:37 分类:问答Growing circles in cocos2d and chipmunk
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[详细]
2023-04-11 22:23 分类:问答Cocos2d menu programming *without* images
Good evening all, I\'m trying to code a menu, but I keep getting Thread 1: Program received signal: \"SIGABRT\".[详细]
2023-04-11 20:20 分类:问答