English 中文(简体)
用于控制器的可可
原标题:Cocos2d with view controller

I am new in cocos2d game and want to develop a game related to slingshot like angry birds. I have a single view based application and I want to use slingshot logic in my view based app like in angry birds.

谁能帮助我,我如何能够这样做?

我如何能够一起使用uikit和cos。

问题回答

否则,任何宇宙航行局都从创建主要观点控制器开始,然后形成开放式的GL观点。 只是从模板中创建任何宇宙数据系统项目,你将看到该项目。 任何宇宙观光是一对一。 持开放态度。

http://www.cos2d-iphone.org/wiki/doku.php/prog_guide:lesson_1._install_test

这里描述的安装X条码模板,然后简单地从宇宙2d模板中应用,就可找到创建简单的宇宙2d 相机的例子。





相关问题
Cocos2d - Shooting Game Problem

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 bullets in the screen,...

AtlasSpriteManager animation

I am using AtlasSpriteManager and AltasSprite to create frame by fram animation with 1 one file. I wanna write something that at first show a simple picture, without any animation and for example when ...

background moves together with image

I have 4 images and a background. I already about to animate the image to move accordingly. But the back ground is not moving. I am not sure how to make the background move accordingly to the movement ...

NSMutable array invalid after objectAtIndex

@implementation Level @synthesize doors, rooms; - (id) init { self = [super init]; if (self != nil) { rooms = [[NSMutableArray alloc] init]; doors = [[NSMutableArray alloc] init]; ...

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 subclass so I can ...

热门标签