The scene tag has no wiki summary.
0
votes
0answers
21 views
Same Exact Button on Differrent Scene Using Same Function Flash
I have this code on 'MainMenu' Scene:
Home_IconB.addEventListener(MouseEvent.CLICK, Home);
function Home(e) {
gotoAndPlay(186,"MainMenu");
}
and this code on 'ViewMerchandise1' Scene:
...
0
votes
0answers
17 views
HTML5 Canvas: Getting absolute transform/coordinates from a scene graph?
I've been working on a simple HTML5 canvas engine using a simple tree-based scene graph.
Between a 'save()' and 'restore()' pair, I do the translations, rotations and scales, and then rendering the ...
0
votes
0answers
18 views
Interaction with collada loader
So I am doing an office work where a collada file(.dae) modeling our work place has been created. Well, I want to render this file on the web and so far I am successful. I also broke down the file ...
0
votes
1answer
25 views
'NSInvalidArgumentException', reason: '-[HelloWorldLayer starGame:]: unrecognized selector sent to instance 0x96764d0' [closed]
I have button in helloworld layer. When i click the button i need to replace gmaelayer scene. But when i click button i got error.
code:
- (id) init
{
if ((self = [super ...
1
vote
0answers
26 views
Unity - GetCurrentAnimatorStateInfo () returns null after a scene is destroyed then relaoded
I am having an issue with the Unity animation controller. The controller is working when the scene is first loaded. The scene is destroyed and when loaded again I receive a NullReferenceException at:
...
0
votes
2answers
66 views
Qt: resource files (.qrc)
When i have this code and copy manually i.png to binary file destination
scene = new QGraphicsScene(this);
QPixmap pixm(qApp->applicationDirPath() + "/i.png");
scene->addPixmap(pixm);
...
0
votes
1answer
45 views
Is there an alternative to a scenegraph?
Scene graphs give you the possibility to reason about their position -> if one node doesn't need to be rendered, the children of that node also don't need to be rendered.
But it seems that it might ...
0
votes
1answer
34 views
Understanding cocos2d scenes, how they works really?
I'm stuck on something about the scenes creation and replacement in cocos2d, so I'm going to ask precisely what seems to be misunderstood by me. I have a game (fully working except for scene swapping, ...
0
votes
1answer
42 views
How to kill a cocos2d scene directly without replacing scene
I'm starting the game with a UIViewController in this way:
navController = [[MyNavigationController alloc] initWithRootViewController:myController];
and when you push the game button the game start ...
0
votes
1answer
19 views
Adding a typed listener to Scene's width property
I want to add a listener to Scene's widthProperty and I am wondering what I am doing wrong, here's my code:
ChangeListener<Double> widthListener = new ChangeListener<Double>() {
...
0
votes
0answers
73 views
Replacing of scene in cocos2d android game engine using CCDirector
I have started to develope game app using cocos2d in android, for now had coded for menu function, but i know how to replace the existing scene when clicked on imageview with the next scene, and also ...
0
votes
2answers
51 views
How to replace scenes when clicked on imageview in cocos2d-android
i have started to develope an game app using cocos2d-android game engine, til now had put 4 imageview and a background image to the scene1, now if clicked on 1st imageview it should navigate to the ...
0
votes
1answer
50 views
How can you reload or refresh a scene with javafx 1.3
i'm making a "memorie" game with javafx 1.3.
(I'm not really good in English but i will try it.)
The main question is, how can I reload a scene after a scene change. And with reload I mean the code ...
0
votes
0answers
186 views
AS3 Flash CS6 - Multiple Scene on Main swf and Communicating with External SWF
I have a main swf a.swf and an external b.swf
a.swf has 2 scene.
- Scene 1 LOAD b.swf
- Scene 2 CONTROLS the b.swf
My problem is that it when I go to scene 2. It don't recognize that there is a ...
0
votes
1answer
46 views
How rerender scene after setting active camera in Blender 2.6 using Python
I have the following code in my Blender game:
if bge.logic.KX_INPUT_ACTIVE == keyboard.events[bge.events.QKEY]:
bpy.context.scene.camera = bpy.data.objects["Camera.Shoulder"]
My camera IS ...
0
votes
0answers
26 views
instanciate new scenes from a NSObject Class
how do you implement a method inside a NSObject subclass for creating and returning a new scene embedded in a Navigation controller
I've tried the following but always throws me an error
the import ...
1
vote
0answers
55 views
how to start a cocos2d scene from a running (uiviewcontroller) app
since I did games with the entire cocos2d till now and I'm working for the first time on a project with a UIViewController which is responsible to start the game scenes, I'm wondering how should I do, ...
0
votes
1answer
54 views
Actionscript in a single class or in multiple scenes?
I am completely new to Actionscript and Adobe Flash CS6 and for a little bit of fun I have decided to try and make a little game. I had a few newbie (or noob-y) questions to ask about a general ...
0
votes
0answers
65 views
How to move a QDeclarativeItem on a QGraphicsScene?
I would like to know how can I move a QDeclarativeItem on a QGraphicsScene. It seems that this item grab the focus or something similar. This doesn't happen with other GraphicsItem's types like ...
0
votes
1answer
48 views
Game crashes after second time same CCScene is replaced
It is a bit simple problem but i could not figure it out.
1-> Application Starts (with MainMenu scene)
2-> Start (Sub levels scene is replaced)
3-> Select First Level (Level1Scene is replaced. ...
0
votes
2answers
47 views
How do I access an object on the scene from a public class Myclass extends MovieClip?
When I'm in the main code which is in the first frame of my scene, I can access the player.x and y propertie fine, but from the class Enemy.as I can only send the parameters once in the construction ...
1
vote
1answer
193 views
Unity3D - Problems after reloading scene via Application.LoadLevel
I have a problem...
There are four scenes in my game: An opening scene, a scene to select players, the actual game play scene, and the game over scene.
I am running into problems when I load my ...
0
votes
0answers
25 views
adding object to gideros scene in eclipse
I am trying to do an app which is running video on its scenes. In gideros mobile, ı cannot accomplish that. Then ı exportes my project into eclipse project. Now, ı am trying to add a video on one of ...
0
votes
0answers
25 views
Duplicate Dynamic View
I want my program to dynamically display the exact same thing simultaneously in two different windows. How do I add a listener from one scene to another?
0
votes
3answers
70 views
iOS, Set delegate for scene without using segue
I am trying to navigate to a scene without using a segue. The code I am using looks like this:
UIStoryboard * storyboard = [UIStoryboard storyboardWithName:storyboardName bundle:nil];
...
0
votes
0answers
44 views
Scenes issue AS2
I have about 38 scenes and in scene 33 I have that code:
btn1.onRelease = function() {
gotoAndStop("Game ", 1);
}
That code goes on the last scene where ActionScript, Buttons, Sybols ...
0
votes
1answer
22 views
how to bind scene with stage in javafx2
Actually I want to switch from one scene to another scene on particular event. So i can do that by setting scene of the stage without binding but i want to bind my stage with scene as soon as a flag ...
0
votes
1answer
51 views
View of the application javafx
i was searching in google for hours and i still cant find the right answer, so i have a last chance to come here and ask.
i'm making school year JAVA FX project. I'm using NetBeans.
I have a point ...
1
vote
1answer
67 views
AndEngine - Sound set in ParentScene plays in ChildScene too
I have 3 Scenes.
GameModeScene
PlayModeScene
GameScene
In GameModeScene and PlayModeScene i'm playing sound whenever user touches scene
-public class GameModeScene extends Scene implements ...
1
vote
0answers
42 views
Touch Area on Scene
I am running this simple code in my gamescene but the log is not showing,.... dont know why .. i have also tried to implement it with the class but still not effect
this.setOnAreaTouchListener(new ...
0
votes
0answers
19 views
Scene.cursorProperty() how to bind or add listener
I am wondering how to add a listener or bind the cursorProperty() method from the Scene object. I am trying to detect while a scene is being resized by what the present cursor type is.
0
votes
0answers
73 views
How do I make a camera created in three.js zoom so the contents fill the scene in an html5 canvas?
How do I make a camera created in three.js zoom so the 3d contents fill the scene in an html5 canvas?
0
votes
2answers
132 views
AndEngine - Scene variables won't reset after changing the scene
Here is the scenario:
i have following Scenes:
SplashScene
LoadingScene
GameModeScene
PlayModeScene
GameScene
I have a SceneController class which manages navigation between scenes.
In ...
0
votes
1answer
92 views
Scene is created two times in Corona
I am using storyboard in corona sdk. My motto is to go from one state of screen to another and then return to the same state of first screen. So while i transited from first to second and neither ...
0
votes
1answer
211 views
How to Find global position of objects in a rotating scene THREE.JS
I am working on a 3D mesh manipulator using this : http://leapmotion.com. So far, I have been able manipulate the points just fine, by 'grabbing' and moving them, however I now want to be able to ...
1
vote
1answer
100 views
How to 'Fade' normal material in THREE.JS
I was working on fading from one area to another while using THREE.JS
So far I have developed a technique i really like that involves using the fog of the scene, and increasing its density until ...
0
votes
1answer
82 views
Flash AS2: How can I delete mc that made to be loop?
I' m making a game which have 2 levels, 3 scenes.
After the last scenes, it will go back to the beginning at the first scenes.
The problem is in the last scene, I made a loop of MCs which are targets ...
0
votes
0answers
45 views
Flash multiple movie clips on one layer do not display properly
If I insert one movie clip into a layer in my scene it displays fine. If I add any others, they will not appear although I can select them and move them about - they just appear as empty boxes. Any ...
1
vote
2answers
62 views
adding a scene to director cocos2d iOS
it is my first cocos2d app I try, and I am following example from book Learning Cocos2d but it seems it refers to an older version of cocos.
I have created a scene, and in its init method I add 2 ...
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];
...
-1
votes
1answer
220 views
Flash cs6 is there a way to play an animation from the current scene?
I cant find anything about playing from a certain scene when i search for it so please can someone help me with this.
say i have an animation with 5 scenes, how can i preview my animation from scene ...
0
votes
1answer
263 views
AndEngine add single image multiple time in different size
I am new in AndEngine. I am using following code to display an image of a ball.
private ITextureRegion mBallTextureRegion;
private Sprite ball1;
@Override
public void onCreateResources() {
...
1
vote
0answers
173 views
javafx stage setscene
guys.
I have to make toggle scenes in the one stage. Last one may be resized. So I meet the problem - active scene is not recalculate layout after setScene() called, only after resizing action of the ...
5
votes
1answer
197 views
Delphi GLScene export scene as stl
I have a GLScene project. In the SceneViewer I import some stl files as freeform.
The user can interact with this objects (move and rotate them with mouse).
Now I have to export this whole Scene to ...
2
votes
1answer
108 views
Don't understand how to use changlistener in JavaFX
I am trying to add a changlistener to Scene.getWidth() so I can detect a resize. This is a code snipplet of how I tried to add the listener.
scene.getWidth().addListener(new ...
0
votes
0answers
78 views
How to switch Scene in a Stage and not mess up the layout
The example code underneath show's best what i mean:
public class SceneSizeTestBad extends Application {
public static void main(String[] args){launch(args);}
public void start(final Stage ...
0
votes
0answers
51 views
Copying ViewController for storyboard scene
I have a static storyboard, with a static UITableView that leads me to different scenes.
For one of those scenes, i have a UIViewController (that uses implementation of a library) that creates ...
0
votes
1answer
176 views
Loading terrains in Ogre and creating navigation mesh with Recast/Detour
I'm new to using Ogre and especially Recast/Detour, and I need a little help.
I'm loading a terrain in Ogre and creating a navigation mesh over the top of it with Recast/Detour. I wanted to loaded ...
1
vote
1answer
115 views
Rotating around world 0,0,0 instead of object center
My object is rotating around 0,0,0, but I want it to rotate around itself on the Y-Axis.
I know there are other cases
Rotating object around itself in OpenGL
glRotatef not rotating as ...
0
votes
1answer
130 views
How to pass parameters with replaceScene method in cocos2d?
when i changed view in Cocoa Touch i use this:
GameViewController *game = [self.storyboard instantiateViewControllerWithIdentifier:@"GameViewController"];
game.something = someValue;
...





