Tagged Questions

Cocos2D for iPhone is an Objective-C port of the Cocos2D (Python) framework for building 2D games and graphical applications for iOS devices. Despite the name "cocos2d-iphone" Cocos2D supports building Mac OS X apps as well.

learn more… | top users | synonyms (1)

25
votes
7answers
11k views

How to differentiate between iphone4 and iphone 3

I am trying to build a game for the iphone using cocos2d engine. I wanted to know how can I tell a difference whether the user is using iphone 4 or iphone 3 as I wanted to load hi-resolution graphics ...
18
votes
2answers
13k views

Cocos2d adding a background image to a layer?

I just finished reading some of the cocos2d documentation, and as far as I understand to add a background image to a layer you have to do something like: Sprite * bg = [Sprite ...
12
votes
3answers
7k views

Cocos2d + Box2d or Chipmunk

OK, im trying to make an iphone version of a game i made here http://scratch.mit.edu/projects/techy/781198 is box2d or chipmunk better and where are some tutorials for each one
12
votes
6answers
15k views

How can I create a count down Timer for cocos2d?

I am developing a 2d iphone game by using cocos2d. I need a countdown timer. Plz tell me, How can I create a count down Timer in cocos2d ?
11
votes
4answers
20k views

how can I use animation in cocos2d?

I am trying to develop a Roulette game for iPhone. How can I animation (spin) the Roulette board?
10
votes
2answers
735 views

Point in Tilt Direction - iPhone

In my cocos2d game, I have my player sprite and I want to have him move in the direction I tilt my iPhone. I can deal with that, the hardest bit which I can't work out is: How do I make my sprite ...
10
votes
4answers
2k views

Multiple ParticleSystems in cocos2d

I wonder about what road I should go with ParticleSystem. In this particular case I want to create 1-20 small explosions at the same time but with different positions. Right now I'm creating a new ...
10
votes
7answers
15k views

Problem with cocos2D for iPhone and touch detection

I just don't get it. I use cocos2d for development of a small game on the iPhone/Pod. The framework is just great, but I fail at touch detection. I read that you just need to overwrite the proper ...
8
votes
3answers
202 views

Math/Calculations for infinite/repeating world with rotation

How do I make a infinite/repeating world that handles rotation, just like in this game: http://bloodfromastone.co.uk/retaliation.html I have coded my rotating moving world by having a hierarchy like ...
8
votes
0answers
267 views

Multitouch not working in cocos2D for iPhone

I am quite familiar with cocos2D (been working with it for over 1 year) and I encountered a problem with my multitouch game - the multitouch. What I have: [glView setMultipleTouchEnabled:YES] in my ...
8
votes
2answers
1k views

Applying Zoom Effect In cocos2D gaming environment?

I'm working on a game with cocos2D game engine and make load all the sprites while it load the level, now as because some of sprites (obstacles) are taller than 320 pixel, thus it seems difficult to ...
8
votes
2answers
1k views

collision detection in cocos2d

i want to detect collision detection two times in same row. for example:-(see the below image) the ellipse and rectangle or detcted. after that my ellipse will travelling in the straight line path ...
8
votes
1answer
3k views

cocos2d: playing a video in the background of a menu

I have a a CCLayer with the start menu of my app and I would like to have a short movie playing in the background. I have succeded in playing a movie in the glView but when it plays the menu is not ...
8
votes
6answers
584 views

What mathematics is needed for a lunar lander game?

I'd like to build a game to learn cocos2d. Lunar lander is the first exercise coming in my mind. Any pointer/source code/tutorial of the physics calculations required will be appreciated. Thanks!
8
votes
1answer
762 views

Is it possible to achieve MAX(As,Ad) openGL blending?

I am working on a game where I want to create shadows under a series of sprites on a grid. The shadows are larger than the sprites themselves and the sprites are animated (i.e. move and rotate). I ...
8
votes
3answers
6k views

Guide for Cocos2d and Box2d on iphone?

I'm new to the world of game programming but wanted to build a simple physics-based game for the iPhone. Does anyone know of any tutorials for Cocos2D and/or Box2D on the iPhone? The documentation is ...
7
votes
2answers
206 views

Mixing C++ and Objective-C

I am using C++ as the app backbone and Objective-C for the GUI, that's fine. But when it comes to mixing those code together in Objective-C++ (.mm file), I have got a few question: 1. Can I mix STL ...
7
votes
1answer
605 views

Cocos2D Bezier curve around object as if by gravity

I'm trying to manipulate an object. When it gets near another object, let's say a globe, I want the globe to have a gravitational pull on the original object. I know I'm supposed to use CCBezierTo, so ...
7
votes
2answers
673 views

How can I make a professional looking animation in Cocos2D? [closed]

I know how to create an animation in Cocos2d using a texture atlas, and I also know how to create a sprite sheet. However, every example I've seen of using a texture atlas and a sprite sheet to create ...
7
votes
2answers
414 views

bounding a sprite in cocos2d

am making a canon to fire objects. back of the canon the plunger is attached. plunger acts for set speed and angle. canon rotates 0-90 degree and plunger moves front and back for adjust speed. when am ...
7
votes
2answers
527 views

track the trajectory path in cocos2d

how to track the path of ball flowing motion in cocos 2d For example in angry bird game video the bird flowing motion. they display the path. likewise i want
7
votes
3answers
2k views

How to draw a background fast in cocos2d?

I'm toying with a small game on my iPad using cocos2d and I've run into some performance worries. I have a 512x512 image tiled as my background. That gives me around 40fps with 20 sprites (in a ...
7
votes
4answers
10k views

How to draw a solid circle with cocos2d for iPhone

Is it possible to draw a filled circle with cocos2d ? An outlined circle can be done using the drawCircle() function, but is there a way to fill it in a certain color? Perhaps by using pure OpenGL?
6
votes
3answers
285 views

Should I subclass CCSprite, CCNode, or NSObject?

I see that certain texts always seem to subclass CCSprite. I read somewhere that it is not good to do that and that it is better to start with something basic. I wanted to find out what the pro game ...
6
votes
3answers
199 views

Cocos2d handwriting recognition…HOW…?

i am trying to make a game in which i am tying to implement handwriting recognition, what i exactly want is that when the user slides his finger on the screen a line should be created wherever he ...
6
votes
2answers
601 views

crash log in device

I need help to understand the crash log. The app works fine on my simulator but it crashes in device. my simulator is run with:-iPhone Simulator 225, iPhone OS 4.1 (iPhone 4/8B5091b) this is my ...
6
votes
2answers
795 views

How to create a level with curved lines with cocos2d + Box2d on the iphone?

I'd like to create a game that has levels such as this: http://img169.imageshack.us/img169/7294/picdq.png The Player moves "flies" through the level and mustn't collide with the walls. How can I ...
6
votes
1answer
6k views

How to implement HD “Retina Display” graphics in Cocos2D

I am not quite sure how use HD images for sprites in cocos2d. I looked through the documentation, and downloaded the newest beta which supports points instead of pixels, but I don't understand the ...
6
votes
2answers
5k views

Change the background image in cocos2d

I am making a game using cocos2d. in that I want to change the background after each second of time. I don't know how to do this in cocos2d. I am having 15 different images and one by one each image ...
6
votes
4answers
4k views

Multi-threaded OpenGL Programming in Cocos2D-iPhone

In an attempt to create a loading bar for an iPhone game I'm developing (using Cocos2D), I wanted to use a multithreaded approach. One thread shows a loading screen and runs the main application ...
6
votes
4answers
7k views

Is there any cocos2d based open-source iphone game exist?

I want to study cocos2d, seems it's a good framework for iphone game programming. So is there any cocos-2d based open-source iphone game exist?
5
votes
4answers
77 views

Any performance gain/loss with having several function calls rather than a single large one?

I am currently making a game for the iPad and iPhone using cocos2d, Box2D and Objective-C. A lot of stuff is happening every update, and a lot has to be resolved. I recently refactored a lot of my ...
5
votes
3answers
159 views

Possibilities to reduce power consumption with cocos2d apps

I made a board game with includes just some little animations. I reduced the fps from 60 to 30 to reduce the processor load. But the device still gets very warm. Another application made without ...
5
votes
1answer
644 views

cocos2d, box2d and retina mode: give up, or try to get it to work?

I've been trying to get my box2d game to work in retina mode, and I'm running into a lot of irritating issues when running in higher-resolution mode. cocos2d renders my graphics correctly in retina ...
5
votes
4answers
5k views

dial a phone number using iOS

does anyone know how to dial programmatically a phone number that includes number and access code using iOS sdk. EX: number: 900-3440-567 Access Code: 65445
5
votes
1answer
2k views

Cocos2d handling touch with multiple layers

I've been busy for a few days trying to figure out how to handle touch in my Cocos2d project. The situation is a bit different as normal. I have a few different game layers that have items on it that ...
5
votes
3answers
654 views

Using alpha from texture to draw solid color

How can I use OpenGLES 1.1 (iPhone) to draw a texture, but only using the alpha to draw some color? The result should be the exact same alpha mask from the original texture, with a single solid color ...
5
votes
2answers
4k views

Cocos2d iPhone - Sprite cliping/mask/frame

how can i clip/crop/mask or just set the frame of a CCSprite in Cocos2D? Something similar to: setting the frame for UIView, with clipping subviews = TRUE My CCSprite Main Sprite have multiple Child ...
5
votes
3answers
9k views

How to get objects to react to touches in Cocos2D?

Alright, so I'm starting to learn more about Coco2D, but I'm kinda frusterated. A lot of the tutorials I have found are for outdated versions of the code, so when I look through and see how they do ...
5
votes
3answers
5k views

Does cocos2d framework work on iPad?

Does Cocos2d iPhone framework work on iPad? My guess would be yes, but wanted to check if someone has a definitive answer after porting iPhone project with cocos2d to iPad, or starting a new one.
5
votes
1answer
9k views

Transitions and setting up Layers/Scenes in cocos2d iPhone

I am looking to setup a transition between two levels(after one level is complete, use one of cocos2d's slick transition to transition into the next level). In my GameLayer implementation, I have ...
4
votes
1answer
118 views

Building a simple bridge between objc and lua?

I have integrated Lua with my ObjC code (iphone game). The setup was pretty easy, but now, I have a little problem with the bridging. I have googled for results, etc... and it seems there isn't ...
4
votes
3answers
114 views

Tap duration in cocos2d

Any ideas how to handle tap duration in cocos2d? I need to do something after the user holds his or her finger on a certain sprite for about 1-2 secs. Thanks.
4
votes
4answers
66 views

How can I determine which objects hold references to other objects that are causing memory leaks in objective-c?

I have tried using the leaks tool, and "analyze" etc to find the leak, but it can't find it. Using allocations I can determine the objects which are not being released. I have noticed (by adding ...
4
votes
2answers
64 views

declare obj-c class interface that contain c++ class type ivar

Currently I am working on a cocos2d+Box2D project so I have deal with some Objective-C++ code. And I am facing to such situation: #import "cocos2d.h" #import "Box2D.h" @interface BasicNode : CCNode ...
4
votes
2answers
194 views

Problem creating touchable CCNodes whose CCSprites are children of a CCBatchNode

This may take a bit of explaining but here goes, would really appreciate any insight. The short version: How can I create a TouchableButton (that detects touches on its own) whose CCSprite image is a ...
4
votes
1answer
434 views

What is the different between ccScaleBy and ccScaleTo in cocos2d?

I am scaling my sprite object in cocos2d using the CCScaleTo method. It is not perfect scaling so I use this code: id action1=[CCScaleTo actionWithDuration:0.5 scale:1.25]; id action2=[CCScaleBy ...
4
votes
2answers
176 views

OpenGL, primitives with opacity without visible overlap

I'm trying to draw semi-transparent primitives (lines, circles) in OpenGL ES using Cocos2d but can't avoid the visible overlap regions. Does anyone know how to solve this?
4
votes
1answer
270 views

Using the same action on multiple sprites?

I want to create an action once, then add it to multiple sprites. For example, I have a 'monster' that gets a bunch of legs added to its body. Each of these legs are children of the body, and I want ...
4
votes
2answers
926 views

Cocos2D Rotation and Anchor point

The problem that I have is that when ever I change the anchor point sprite automatically rotates with respect to the current anchor point. And I don't want that to happen. The steps that I followed ...

1 2 3 4 5 42