I would like to pop up text when the user blasts some balls in my game. At the worst came I may need 70 pop ups at the same time. The pop up is basically the score earned for each ball popped. Right n
I am running cocos2d-iphone 1.0.0 and following this tutorial to use cocos2d with ARC.Unfortunately, I am getting a \'SIGABRT\' crash error whenever I try to add a TMX Tiled Map to a CCLayer.I have tr
I have to make slider. Is coco2d contains CCSlide开发者_Python百科r class? If not what is the easiest way to make CCSlider?CCSlider didn\'t support in original cocos2d library. However, it\'s a part o
Using this code (tweaked a little) i can\'t get a constant Y value. it keeps changing. X works perfect but Y is really skewed.
How do I put b2RopeJoint into my project. The newest Box2d version does not have b2RopeJoint in it. People online tell me to update my box2d but I have 2.1.2 which is the newest version. I\'m so confu
I have a method to add an 开发者_开发知识库enemy, and I want to know how I can make it so I run it a certain number of times (say 10). I call the method with a scheduler in cocos2d and by doing [self
i want to shuffle a dozen of songs in my game. Next song should not be the same as current song. [[[SimpleAudioEngine sharedEngine] playBackgroundMusic: song];
In Cocos2d, many things require a.. point. Or position. I have used both ccp and CGPointMake methods, and both have worked just fine for me.
I have some problem with Anchor point.. i have a sprite and i need to calculate the anchor point for this sprite around the screen center.
I\'ve tried to google around but I still can\'t find the best answer. All I want 开发者_如何学Cis very simple, I just want to get the current time in milliseconds.