CCLayer is a class from the popular Cocos2d engine
0
votes
1answer
11 views
Disallow orientation in a certain CCLayer only
Globally my game supports two orientations: landscape right and landscape left
In one subscreen (inheriting CCLayer) I need to lock the current orientation so that ... the current orientation is ...
0
votes
1answer
21 views
How do I pause all actions while fading cclayer then resume gameplay in cocos2d?
I have this:
-(void)fadeBackground
{
ccColor4B color = {0,0,0,255};
CCLayerColor *fadeLayer = [CCLayerColor layerWithColor:color];
[self addChild:fadeLayer z:7];
fadeLayer.opacity = ...
1
vote
2answers
86 views
Communitacting between CCLayers in one Scene
I have 2 CCLayers that needs to communicate with each other in separate .m files
Level1.m (CCScene with Level1 CCLayer) - Holds tiled map and player sprite
HUDLayer.m (links to top of Level1.m) - ...
0
votes
3answers
82 views
Cocos2d - running a scene a second time doesn't schedule updates
From a UIKit ViewController I do this to start a game:
if (director.runningScene == nil)
{
[director runWithScene:[MyGameLayer scene]];
}
[director startAnimation];
MyGameLayer ...
0
votes
1answer
143 views
Random Crash with CA::Layer::set_position
I have a crashing bug in my app.
It happens in the same place, but not all the time. I haven't found the problem.
Here are two crash logs:
Incident Identifier: ...
0
votes
0answers
44 views
Cocos2d CCLayer not released when i'm come back to Scene with this CCLayer
LevelLayer(CCLayer). In this layer I have
-(void) createGamePlay
{
worldLayer = [[CCLayer alloc] init];
tileManager = [[TileManager alloc] initWithContainer:worldLayer inWorld:world];
...
2
votes
3answers
77 views
How to use getAssets in a class that extends CCLayer
I have a class that extends CCLayer. I have to get a text file from assets folder. But i couldn't use getAssets() in this class. How can i use getAssets() in a class that extends CCLayer???
0
votes
1answer
82 views
Basic Cocos2d for iPhone drawing behavior
I'm using the basic Xcode template project. In the HelloWorldLayer I'm adding a square CCSprite as a child node with position CGPointZero. I'm also adding a CCLayerColor subclass with position ...
0
votes
1answer
277 views
cocos2d-x cclayer dosent handle my touches in multi layer
I have a problem with touch handling in cocos2d-x. i have two layers. one of them is a kind of workspace and another one is a toolbox that is on top of the workspace layer. both of them have special ...
0
votes
0answers
87 views
Autoresizing Layouts in Cocos2d
I'm trying to make a menu in Cocos 2D that will automatically relayout if it's size changes. With UIKit you can set autoresizing options (either programmatically or through Interface Builder), and I ...
2
votes
3answers
134 views
Cocos2d. Load and store images correctly?
There are a lot of answers for this question. But all of them are incorrect!
For example if I have created a CCLayer object with one CCSprite object. I have 3 textures and I want to switch between ...
0
votes
0answers
83 views
Understanding Cocos2D touch events when swallowing them within a single class
I'm wondering which is the exact effect of each of those snippets (taking place in the very same class) :
// Register the class so it receives all the UIKit touch event...
-(void) ...
0
votes
1answer
291 views
How to fade a CCLayerColor and it's children to a given opacity? Cocos2d
I am trying to figure out how to fade the layer and its children to a given opacity. This is what I am doing.
- (id)init
{
if( (self=[super initWithColor:ccc4(0, 0, 255, 255)] )) {
...
0
votes
1answer
73 views
Add a UINavigationController in CCLayer
I am trying to create an app that uses cocos2d for the homescreen, and a UINavigationController for some tables and information. I use this code to try to push a UINavigationController (Settings) into ...
0
votes
1answer
195 views
How to create a drop down menu effect over an existing layer? Cocos2d
I have my main layer with an options button and when I press the button I am calling pushScene on a CCLayerColor Layer, and the layer is only half the size of the screen because I want it to be like a ...
6
votes
1answer
295 views
How to use a UIView with a CCLayer cocs2d?
I am playing a short video with CCVideoPlayer in cocos2d and at the end of it I am capturing the very last frame of the video and I am showing it on the screen using a UIVeiw because trying to draw it ...
0
votes
2answers
449 views
Cocos2D: How to send events between different classes
Most of the tutorials that I've read only explain Cocos2D examples in the HelloWorld class, but as I've started to build a simple game I need to know how to send an event to different classes, and for ...
1
vote
1answer
88 views
How do I find out UIButton drag is completed when the UIButton is inside a cocos2d CCLayer?
I have a cocos2d CCLayer class that has both CCSprites as well as UIButtons. I would like the player to be able to touch and drag the UIButtons around on the screen, when the finger is released I want ...
1
vote
3answers
141 views
Sharing common header and footer CCLayers across multiple CCScenes and make it updatable
In my cocos2d game I am needing to share a common header and footer that will appear on every game layer.
The header contains things like cash, and sprites -- whereas the footer contains CCMenuItem ...
1
vote
0answers
253 views
How to pinch/zoom on a cocos2d (Kobold2D) CCLayer
I have been trying to implement a standard pinch/zoom on a CCLayer in cocos2d (using the Kobold2D gesture recognisers) but with only partial success.
Below is my code which does make pinch/zoom work, ...
0
votes
1answer
137 views
Want to draw a Solid Circle/Dot only after tapping a button in cocos2d
I have just started to looking at cocos2d and much interested to learn.
Basically i just want to draw a little solid circle (like a dot around 20 radius) where i touch the screen and it can only ...
0
votes
1answer
254 views
Cocos2d game layer jerky when run, smooth after replaceScene with same scene
n'tMy game scene is run from a level selection scene using replaceScene and and a level number is passed in. The game layer loads data from a plist and then creates objects in in the world space ...
1
vote
0answers
148 views
In need of basics of AVFoundation to capture images from device camera
I want to know that how can we capture image using AVFoundation framework, I have managed to activate the camera and my Cocos2D view is over the camera and is tranparent. I have tried using some ...
0
votes
2answers
302 views
How to take screenshot of device camera with the CCLayer on it
I have set up a camera and I managed to add the Cocos2d Layer above the camera, Now I want to take a screenshot of the total view i.e the camera and with the image on the layer above the camera.
...
0
votes
1answer
148 views
How to make openGLView transparent?
I am trying to make transparent openGLView for my game, I want it transparent only for one feature within my game. Actually, it is a feature related with camera of the device.
I am using ...
0
votes
1answer
79 views
Swiping across multiple CCLayers
Imagine three instances of a CCLayer subclass Block positioned next to each other. Each is 100x100 pixels and has some basic square background art. These three objects are part of an encapsulating ...
0
votes
1answer
472 views
Center a CCLabelTTF on a CCSprite
I have a simple CCLayer subclass with a circle as the background image. I also have a CCLabelTTF as a child node. How can I center the label's text on the background image?
Here's what I have:
// in ...
1
vote
1answer
3k views
How to set background color of layer in cocos2d-x?
I've been writing a game using cocos2d-x and ran into an issue with changing the background color. I found an example in cocos2d, but apparently this only applies to cocos2d which is written in Obj-c. ...
0
votes
1answer
90 views
Adding CCLayer to CCMenu
How can a CCLayer subclass be added to a CCMenu? I have a CCLayer subclass that's like a switch control and I'd like to include in a CCMenu.
0
votes
3answers
2k views
CCLabelTTF Text Alignment
I have a class which mimics a button. It contains one label, which I'm trying to align centrally (horizontally). No matter what I try, the label stays on the left hand side, leading me to think this ...
0
votes
2answers
488 views
When to use CCScene vs CCLayer?
I'm kind of a UI buff - every "screen" in my game should transition in/out when it appears or disappears. Because my game is simple in terms of resources, I thought I'd just make each "screen" a ...
1
vote
1answer
303 views
Using glScissor on a modal layer in cocos2d
I am coding a modal layer in cocos2d and I would like to use the OpenGL glScissor API call to crop the inside of a CCScrollLayer that I am using,
Basically,
Present some kind of Modal sprite
Put ...
0
votes
1answer
301 views
cocos2d cannot add child asynchronously
I need to retrieve some data from a database to display on the screen. I want to avoid the application from blocking so I display the next screen before I retrieve any data and add the data as it ...
1
vote
1answer
211 views
Communication between 2 CClayers
//in Class A.h ->
CODE:
#import "B.h";
#import "cocos2d.h"
#import "Box2D.h"
#import "GLES-Render.h"
#import "LevelHelperLoader.h"
#import "ContactListener.h"
#import "KKGameKitHelper.h"
#import ...
1
vote
1answer
60 views
New layer not being added on my scene
I have a CCScene which already holds my gameLayer and I am trying to add HUD layer on that.But the HUD layer is not getting added in my scene, I can say that because I have set up a CCLabel on HUD ...
0
votes
1answer
72 views
HUD layer not being added on my scene
I have a CCScene which already holds my gameLayer and I am trying to add HUD layer on that.But the HUD layer is not getting added in my scene, I can say that because I have set up a CCLabel on HUD ...
-2
votes
1answer
331 views
add cclayer on top of another
I want to add one cclayer on top of another.
I have tried this by using following code
+(id) scene
{
CCScene *scene = [CCScene node];
GameScreen *layer = [GameScreen node];
[scene addChild: layer];
...
3
votes
3answers
856 views
how push scene in cocos2d and pass parameters
i want know if there is a way to push a scene in cocos2d 2.0 and pass some parameter to this pushed scene, for example, i know that to push a scene i use this:
[[CCDirector sharedDirector] ...
0
votes
0answers
46 views
Can Anyone Help Me Update This Scrolling Layer?
I want to update to update SuperSuRaccoon's scrolling layer (Click the link below to visit his blog and to download the source) to have a vertical scrolling support. I asked him about it and he still ...
0
votes
1answer
328 views
Multiple touch enabled CCLayers, top layer not consuming touches
I have 2 CCLayers stacked on top of each other; both are touch enabled. I want the top CCLayer to respond to and consume touches and the bottom layer to not react to the touches that the top layer ...
0
votes
2answers
242 views
memory issue when passing the cclayer to my objects
I've got a CCLayer where I want to add many buttons.
I created the class MyButton with this init function:
-(id) initWithLayer:(MyLayer *)theLayer andDictionary:(NSDictionary *)data {
self = ...
0
votes
0answers
164 views
CClayer not displaying in full screen
I am trying to set a background layer color instead of image. Used CClayer. but it only displays with leaving margin on right. Margin is Black or Blank probably. How to display in full screen?
...
0
votes
1answer
226 views
Timer condition being passed twice, using cocos2d scheduler
I can't for the life of my work out why this is happening. I have in a class derived from CCLayer. I am scheduling a method call like so when initialising the class
//create an update method for ...
1
vote
2answers
231 views
Touch handled by two layers
I have a CCLayer containing a number of other CCLayers (like items of text etc). I have another CCLayer to the left hand side with which I want to display thumbnails of a number of these 'scenes'.
...
7
votes
1answer
4k views
Cocos2d 2.0 Adding UIView to CClayer openglview deprecated
I'm having some troubles adding an UIView to cocos2d v2.0 since the openGlView is deprecated I can't add the view to it. I was looking around to find another way to do this but I couldn't find ...
2
votes
1answer
163 views
Cocos2d. One instance of CCLayer with particles for a lot of scenes?
I want to create a starry sky for some scenes.
The main problem is it needs some time to fill all the screen with particles. Someone advices me to create the whole sky at the beginning and save it ...
0
votes
1answer
547 views
Drawing with cocos2d
I'm overriding the draw method of CCLayerColor to draw a border, but the color does not change. I've tried ccDrawXxxx and they all only ever use white as the color. I've also tried glColor4ub with the ...
0
votes
0answers
110 views
Changing CCSprite's zOrder by using [self.parent reorderChild:sprite z:10] caused a bug
When I use [self.parent reorderChild:sprite z:10] to change the sprite's zorder,the sprite disappeared for a very short while.
Does anybody know how to avoid that?
1
vote
1answer
1k views
Border around CCLayer
I'm using Cocos2d to drag sprite around, and trying to add a border if a sprite is selected. I can get my white background to display, but my border is proving particularly difficult. I have this ...
0
votes
1answer
133 views
How to access property from CCLayer?
I am adding a layer to my scene and I want to check when it is fully loaded by setting a boolean after my initialization called doneInitializing to YES. But i need to access it somehow... How do I do ...


