I\'m making method to make button easily. but I don\'t know how to send method\'s name.. which is a button have to be called when user press this button. Is there any way to send this name?
Does exist any tool or procedure to 开发者_开发问答easily port a iOS game (made with cocos2d for example) to Windows Phone 7 (XNA)?
I\'m creating a game app using cocos2d Chipmunk. The app is working normally but after 30 to 40 seconds the app become开发者_开发技巧s unresponsive(app freezes) without any error log.
I never developed in Cocos2D. However, this animated app is not easy to make with regular UIView animation and CAAnimation.
Can anyone explain to me what a singleton object is? In many tutorials I found something like \"create a sigleton object\". Now I am working in iphone game development using cocos2d. I read \"Create a
I created a polygon which has 5 vertices, and all vertices are generated by VertexHelper. Why does the program get SIGABRT at b2Assert(area > b2_epsilon) in ComputeCentroid() in b2PolygonShape.cpp?
Let\'s say that I got 120 image files in my project. And I want to animate a sprite with all of them.
I am making a box2d game and have enemies fly in from the left side of the screen to the right side of the screen. If I apply a force in the tick method like shown below, the enemies increasingly move
Why am I getting 开发者_Go百科 cocos2d: CCFileUtils: Warning HD file not found: META-hd.png If I definitely have META-hd.png file in my project?
Is there a way to f开发者_开发问答orce a redraw in cocos2d? I have this code: CGSize s = [CCDirector sharedDirector].winSize;