Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
2answers
14k 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 ...
4
votes
3answers
231 views

Is there a 3D scene format specific or well-suited for raytracing?

I'm working on a raytracer and I don't want reinvent the wheel when it comes to file formats for 3D scenes. I also want to be able to test my program with scenes made by others. I'm a programmer not a ...
2
votes
1answer
116 views

Save game state after pause. AndEngine

i've found that after resuming the game all the engine is reloaded and application is reinitialized. I want to save engine state and in "onResume" resume the game proccess. I've tried to save all ...
2
votes
1answer
247 views

HTML 5 Canvas Scene Graph Recomendations

Let me tell you my requirements and see if anyone has some recommendations... Cross browser (as much as realistically possible) Be able to drag labeled objects around the screen (boxes and circles ...
2
votes
1answer
361 views

Implementing a scene graph on OpenGL ES 2.0

I am looking for a way to implement some basic scene management in OpenGL ES 2.0 where there's no fixed function pipeline. Normally I would implement a Node base class that would apply its ...
2
votes
1answer
296 views

Video Scene Detection Implementation

I am looking for a video scene detection algorithm implementation. Any programming language used for the implementation is acceptable. I found this implementation but it is very sensitive to small ...
2
votes
1answer
152 views

How to get the FPS from a JavaFX scene?

I am currently writing a small graphical performance test benchmark for JavaFX. Thus, I need to get the current FPS at which the JavaFX scene is being refreshed. So far, I haven't found a solution ...
2
votes
3answers
786 views

Does anyone know of a simple yet flexible 2d scene graph in c++?

I'm searching a simple 2d scene graph written in c++, possibly on top of OpenGL but that's not mandatory: the perfect thing would be the Cocos2d/Cocos2d-iphone scenegraph in c++. Do you know of any ...
1
vote
0answers
26 views

Moving objects on a tilemap

I'm stuck in a bad position. I'm trying to make a game that has 2 layers, the top layer (player) and the bottom layer(background,planets,enemies,ect). I'm using the e3roid engine for android, and when ...
1
vote
1answer
45 views

Generating a simple scene graph for Java game

This seems like a bit of a silly question but I'll go ahead anyway. I'm working on a relatively simple game in Java using OPENGL (via Processing). I'm using a typical MVC pattern with game updates ...
1
vote
1answer
31 views

Flash Actionscript 3.0 “Enter” Key Causes scene to change

I am creating a Flash game. Unfortunately, when the Player presses "Enter," the game continuously cycles through its scenes. I tried the following (although I know it's a bit buckshee): ...
1
vote
1answer
57 views

Role of the Scene

What is the role of the scene in Cocos2d? The scene instantiates layers, like for instance a GameEngineLayer, a HUDLayer, etc. I guess the GameEngineLayer class can be identical between scenes, but ...
1
vote
2answers
69 views

3D Scene Creation & SDK

I am looking to create a 3D scene for Android devices. I do not know where to begin, so help would be appreciated. I, basically, need to create the 3d scene (what to use?) allow objects to be added ...
1
vote
2answers
546 views

ANDROID ANDENGINE — Set Scene background as trasparent

­I'm starting to use AndEngine in my app. I've used an xml to define the base style of the app. I've defined a scene in which I'll have some draggable sprites. I've imported correctly the xml but the ...
1
vote
0answers
49 views

Transparent wave passess through the screen when we scroll the scene?

In application scrolling is been done by following code: [self runAction:[CCMoveTo actionWithDuration:(1670/213) position:ccp(-1670,0)]]; [skipMenu1 runAction:[CCMoveTo actionWithDuration:(1670/213) ...
1
vote
1answer
431 views

cocos2d transition between different scenes in iphone

I am intending to develop a story book using cocos2d. So i think i want to create scenes corresponding to the book pages. The book may consist of some 100 pages. So creating that much scene will be ...
1
vote
0answers
63 views

Transition from multi layer to single layer

I've got problem with my code. I make a transition from a single layer to a multi layer and then rotate the device. After that, i replace the multi layer back to a single layer, again. Everything ...
1
vote
1answer
307 views

How to set the CCTransitionPageTurn orientation to vertical?

I used the code as follow to implement the effect of replace scenes: [[CCDirector sharedDirector] replaceScene:[CCTransitionPageTurn transitionWithDuration:0.5f scene:alterScene backwards:NO]]; ...
1
vote
2answers
409 views

cocos2d scene retaining issue

There is a scene in my application which has only two labels and a menu item. When I load this scene using replaceScene method it stays for 3-4 seconds and then gets disappeared or released. I want to ...
1
vote
1answer
262 views

iPhone - starting cocos2d scene from viewcontroller, closing from within scene

How do I do this? On one of my UIViews (nib file) I have ImageView and a Button that starts full screen Cocos2d scene. From within that scene I want to close it and go back to UIView, so that user ...
1
vote
1answer
341 views

3D Scene Renderer for Python

I'm looking for an easy to use 3D scene renderer for Python. All I'm looking for is to be able to: Load a 3D scene model Render it using an orthographic camera Export the image so I can perform ...
1
vote
1answer
610 views

iphone sdk 4.1 memory leackage: may be scene replace problem (cocos2d)

I have used scheduler to return from a scene to the main menu. There is nothing in the scene page except menu. But scenes are not deallocating and memory leakage increasing as i navigate through the ...
1
vote
1answer
68 views

Why when I render a scene with a revolving camera objects that you'd expect to appear behind others don't do that? OPENGL Objective-c

I am rendering a scene in which I have two spheres. I am revolving a camera around one of them. What happens is counter-intuitive. When the camera goes around the sphere the other gets in front of it ...
1
vote
5answers
464 views

OpenGL game development - scenes that span far into view

I am working on a 2d game. Imagine a XY plane and you are a character. As your character walks, the rest of the scene comes into view. Imagine that the XY plane is quite large and there are other ...
0
votes
0answers
20 views

Custom Segue Animation Not working

I have a custom class written for a custom segue animation. I am trying to custom animate a tap gesture. In my storyboard I have a Navigation Controller, the main view, and then two other views. Ive ...
0
votes
2answers
19 views

Flash scenes - more efficient than using mcs or frames?

I am making a game and was wondering whether scenes have any efficiency/performance purpose or if they're just there to make Flash more organized?
0
votes
3answers
66 views

cocos2D replace scene not initializing the class

I have two scenes (mainMenu) and other (HelloWorldScene). I'm able to switch the scenes using replace scene but after trying to load it second time it doesn't call the init method. Here are my ...
0
votes
2answers
31 views

(Cocos2D) Detect which CCScene is showing?

Is it possible to detect which CCScene is currently showing on the scene? I have 2 CCScenes in my game and I want a certain action to occur if one is showing. Also quick related question, if I ...
0
votes
2answers
34 views

cocos2D deallocing CCScheduler

This problem started happening when I subclassed CCSprite (Entity) to recieve touch input. When I'm going away from the main scene by pushing to another, I make all Entities remove their delegation ...
0
votes
1answer
51 views

Making a dynamic scene manager?

Right now, the way my scene manager works is with an enum and a switch case. I have a method that a scene can call called changeScene(MENU_SCENE) and so on. In the scene manager itself, I have a ...
0
votes
2answers
180 views

How to implement gestures in cocos2d for a specific scene

I'm making a card game using cocos2d for iOS and the user can simply swipe the card upward to choose his card, which means he doesn't need to swipe anywhere else in the game. This might be a really ...
0
votes
1answer
135 views

Puzzle game with multiple levels. What should I use ? Layers or Scenes ? And why?

I've created a simple puzzle game, where I have to load a new layer of puzzle pieces after the first level is done. How do I manage that ? Do I have to create a class for each scene, or can I ...
0
votes
1answer
260 views

AndEngine scene load resources

Help me please, wat's wrong in my code? On device shown black background. public void onLoadResources() { this.mTexture = new Texture(1024, 1024); this.mTextureRegion = ...
0
votes
1answer
76 views

AS3 Replay movie including symbols?

I happen to have lots symbols with timelines, if I gotoAndPlay frame 1 from scene 1, most symbols won't play like they did on the first time. I use MovieClip(root).gotoAndPlay("one");
0
votes
1answer
82 views

Disable onSceneTouch when pressing the Sprite button

I have a sprite as a button on the scene and i integrate AnalogScreenController, I have actions onSceneTouch, onAreaTouch(Sprite mySprite) and onAnalogScreenControllerTouch. When i press on the ...
0
votes
1answer
84 views

My CCScene is behaving oddly?

In my application I am noticing that there are may things that don't seem right in my CCScene. Ill just explain 3 things: 1. My FPS does not show anywhere in the view even though I do this from my ...
0
votes
0answers
54 views

Trouble updating objects in Blender scene at runtime

I am currently working on a project using Blender 2.49b which requires objects to be spawned at certain locations during runtime when the appropriate conditions are met during simulation. To test out ...
0
votes
1answer
109 views

iphone - replaceScene error:Terminating app due to uncaught exception 'NSRangeException',reason:'***-[NSMutableArray replaceObjectAtIndex:withObject:]

I made a loading screen, where the program goes through a list of words, picks a six-letter word, and derives a list of words from the letters of that word. Problem is, after all the initialization, ...
0
votes
0answers
30 views

How do I properly, persistently align clips on stage?

I am working on a small project in which a FLA file is controlled by a short Actionscript file. The FLA file includes three movieclip pages that are added to the display by the AS file. These items ...
0
votes
2answers
90 views

After loading Scene 1, all movie clips are null! Why?

OK In Scene 1, after pressing a button user goes to Scene 2. After coming back from that to Scene 1, All movie clips in other layers are null. This is my code that goes to Scene 1: ...
0
votes
1answer
320 views

Corona sdk scene movement

I am working on an Android game that has background movement using a display group called scene. I added a platform to the group. When I cause an object to collide with the platform, it works just ...
0
votes
1answer
89 views

Move Scene in corona

I am new to corona and my Problem id I have a long scene and in that I have a ball body. When it moves up i want to move the scene up. How to do this in Corona.
0
votes
2answers
304 views

cocos2d enable touch in second scene

i have menu with buttons when touch the Play button game go to another scene but Touch don't work there i'm write self.isToucheEnabled=YES; in init method and add in onEnter method ...
0
votes
2answers
105 views

Replace scene after loading done

I'm new to cocos2d and Objective C, making some first steps, and have problem that I can't beat. I have 2 scenes, 1st loading some files, than after loading I want to switch to main scene, but can't ...
0
votes
0answers
42 views

Problem with method running before scene is loaded

So I have this problem that I can't figure out. I am trying to code a version of the game "Simon" in cocos2d. Simon is a memory game which shows a sequence of buttons being pressed and then asks the ...
0
votes
1answer
281 views

Can a cocos2d scene occupy only part of the device's screen?

I am working on an iOS action game wherein the player travels between various "rooms," each of which is contained in a CCScene. When the player exits a room, the next one "slides" onto the screen ...
0
votes
1answer
282 views

Changing Scene in Pause Mode Cocos2D

I currently have a Pause scene in which the animation is a closing door. (Added to the gameworld via add layer). If I choose resume, it will open up and resume the game. I've also a Quit button in ...
0
votes
1answer
449 views

QGraphicsScene, QGraphicsView and QVBoxLayout() problem

Greetings everyone, Every time I run it seems Qt Creator just stop working, when I commented out the line //mainWindow = new MainWindow(); But if the line is not commented out, MainWindow will keep ...
0
votes
1answer
180 views

cocos2d 1.0 beta transition between two scenes and the program just quit?

Hi am new to xcode and cocos2d development. I have a question about switch scenes. I have one class is called "GameScene" and has a schedule call "scheduleTarget" to add a target on the scene every ...
0
votes
1answer
186 views

Targeting Multiple Scenes (cocos2d iPhone)

I have a scene that is displayed before a level, where the images are loaded. During this I show text about the game. I would like the text to appeal to what Level it is. How can I do something like ...

1 2