我有一个地方有两台CSCScrollLayers(实施),一个是Xcode Pic项目,有宇宙公司。
它只与最后创造的养家合作。 为什么? 如何与双方合作?
不工作 = 看起来像静态物体,没有间隙=根本没有滚动,BUT网页实际上已经制作,我看到。
我有一个地方有两台CSCScrollLayers(实施),一个是Xcode Pic项目,有宇宙公司。
它只与最后创造的养家合作。 为什么? 如何与双方合作?
不工作 = 看起来像静态物体,没有间隙=根本没有滚动,BUT网页实际上已经制作,我看到。
Have you checked the latest version? 0.2.0. There was a fix described as: 9. Ability to disable stealing touches (stealTouches property). Maybe setting that will solve your problems.
如果是这样的话,那么你能否就与定期的“智囊团”的看法做一番? 如果你用手套或用不细的屏幕进行,那么你就没有遇到麻烦。
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,...
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 ...
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 ...
@implementation Level @synthesize doors, rooms; - (id) init { self = [super init]; if (self != nil) { rooms = [[NSMutableArray alloc] init]; doors = [[NSMutableArray alloc] init]; ...
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 ...
I am really stuck on this. My application is in landscape view and on one screen i wanted my instructions image to be scrollable. I have added this image as a sprite. First i tried to get scroll ...
I m making slow but steady progress with a Cocos2d game, but I m stuck creating moving platforms. The main character needs physics and collision detection, and is therefore a chipmunk shape/body. I ...
I m working on a game like Rodents Revenge, just to point out where I m coming from with this question. I m using the cocos2d game engine aswell... I have a layer that contains about 168 blocks, ...