Top "Scene" questions

'scene' can refer to various things.

Pass object from one scene to another

As I'm learning the new world of JavaFX2 I stumbled on another annoying problem. I'm developing a program with multiple …

javafx-2 scene fxml
Make Rectangle transparent

I need to make a drawn rectangle mouse transparent, in order to see the desktop. The following code draws my …

java javafx-8 stage scene
Can you write two different Java FX scenes as two separate classes?

I'm a beginning Java programmer, finishing up the "Java 101" class at my local university. I'm also pushing myself to learn …

java javafx scene stage
Allow user to resize an undecorated Stage

I am working on making a screen recorder in JavaFX and one utility that is mandatory in the screen recorder …

java javafx-2 stage scene
Unity3d - Load a specific scene on play mode

Ok, so I'm working on a small project that has a main menu and 10 levels. From time to time I …

c# unity3d scene
javafx - Set not resizable for only one stage

I would like to know, how to solve one problem. OK. I have two scenes. I want to set not …

java javafx scene resizable
Scene size in Xcode 6 / SpriteKit / Swift

I've been getting stuck doing what should be really simple stuff in Xcode, I am trying to add a sprite …

swift sprite-kit xcode6 scene
Add background to Andengine scene Android

I wanna set My Scene Background but I don't know how! I had read a lot about this, but I …

android background andengine scene
Corona: Attempt to concatenate global 'sceneName'

I have this code: local storyboard = require "storyboard" local options = { effect = "slideLeft", time = 800 } storyboard.gotoScene( "scene1", options ) In the same …

lua storyboard coronasdk scene
Having multiple unity scenes open simultaneously

I've been developing a board-style game in Unity3D. The main scene is the board, and has the data about …

unity3d scene simultaneous