0
votes
4answers
45 views
Cocos2d - Shooting Game Problem
Hi,everyone, I made a shooting game just like 1942(classic shooting game),but here's the question, FPS drops to 5~6 when the fighter shoot out a straight line of bullet,about 7~8 b …
3
votes
4answers
1k 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?
0
votes
1answer
17 views
How to fix an ‘Object’ may not respond to ‘method’ warning in Cocos2d.
In cocos2d, I'm trying to call a method on the Parent of a CocosNode. The app works fine, but I get an 'Object' may not respond to 'method' warning. The parent is a subclassed Coco …
-1
votes
1answer
34 views
Problem using chipmunk
I made a game that using a character that can moving left or right by touching the screen, above the character, it is a apple, what i need is the apple will fall down, the characte …
0
votes
0answers
9 views
Preloading multiple background music
I am trying to preload a bunch of background music files. Basically i am calling preloadBackgroundMusic several times. This breaks on me when i try it with SimpleAudioEngine :
[[S …
1
vote
2answers
33 views
How to subclass AtlasSpriteManager in Cocos2d?
I need to create some compound sprites that will all move and rotate together. Since it's possible to change the position and rotation of an AtlasSpriteManager I've been trying to …
1
vote
1answer
83 views
Text Typing Effect in iPhone cocos2d Game
In many games, when a character is speaking (dialogue), the text has a typing effect, where it looks like you are watching the character type the text.
What would be a good way to …
1
vote
3answers
255 views
iPhone Dev: Pocket God Used Graphic Engine
I want to develop a 2d game. I have to choose from Quartz/CoreGraphics, OpenGL ES or Cocos2D. I'm interested in how the game Pocket God is realized because it fulfills perfectly my …
0
votes
1answer
42 views
MultiView application for iphone
Hi All,
I am new to the iphone development and have to develop a multivew application for the same.
I want to do the following:
On click of a button in the main window; we have …
0
votes
1answer
25 views
COCOS2D:How to call a nib file from cocos menu and vice versa?
Hi Devs,
I m developing a game where all the settings page, score page, help pages are in nib formace and the game is in cocos2d scene format (Gamescene.h and m file). So i need t …
0
votes
1answer
71 views
Am I asking too much with my collision detection method for Cocos2d?
So I'm trying to do collision detections between sprites in cocos 2d. Although I think I may be asking too much as it crashes and the compiler doesn't give me an error, the iPhone …
1
vote
2answers
78 views
cocos2d in iphone z order
Hi guys,
I am working on a game with many sprites in a layer, and once you touch the sprite, it will do something.
my problem is the z order issue, most of my sprites are overlap …
0
votes
1answer
22 views
What’s the best practice in cocos2d to redirect an animating sprite?
I am making a game where 'defending' sprites need to animate towards 'attacking' sprites.
But for example an attacker might change course to attack something else, mid animation. …
0
votes
1answer
60 views
Box2d Documentation - Outdated, any better api refs?
Hi guys,
I am working with cocos2d + box2d and as I look through the 'Hello World' tutorial and attempt others I am finding many constructs which do not seem to be documented in t …
0
votes
2answers
100 views
Replacing image in sprite - cocos2d game development of iphone
I want to change the sprite image.
Say for example.
mainSprite=[Sprite spriteWithFile:@"redFile.png"];
[self addChild:mainSprite];
Here, Sprite is already added to a layer.
I h …
