I\'m anew cocos2d developer and I have a tiny problem and i need your help.. Actually i need to rotate a Sprite around the screen center,开发者_C百科 i put the position to the screen center and the a
Working on my third Cocos2d iPhone game and running into problems trying to make a create new account textfield. I have a menu image and some text that need to be displayed. On top of this layer I wou
Currently, no matter how big the layer is, when I add a child sprite to it, the sprite will be shown on the screen开发者_如何学C. But if I want to restrict the visible area of the layer and only show
I have a background image in UIViewController and RootViewController. I have added both viewController\'s View inside window as follows
i would like to know if you have any idea how to achieve a night effect without reworking all my images.
The app keeps crashing, and I\'m not able to make any sense out of the debugging messages. I\'m sorry if this isn\'t enough information, but the smallest hint will be a big help to me! :D
Good afternoon, sports! I have a fast doubt. I\'m using COCOS2D and i need to know if i can use other extension type of font other than \".fnt\".
How to repeat an action while MenuItem button is held down? I tried to开发者_如何学编程 make a subclass on CCMenuItemImage and made
I have this part of my game where once a certain state of the level is reached, the \"End Game\" button turns into the \"Next Level\" button. How do I change the button and the selector for that?
I\'m writing a simple side scrolling iOS game, the control is the same as the one in Flying Hamster, i.e. you drag your finger to move the main character to anywhere on the screen.