Blue Screen
by Andre Mercier · in Torque 2D Beginner · 07/17/2013 (11:16 pm) · 1 replies
Hello, I followed the tutorial and I may be lost in SceneObject and Scene chapter. I went ahead and did the chapters after those two. When I open up the exe file, It doesn't show the spaceship or the asteroids. If its easier, I can post the codes I got down below.
About the author
Associate Simon Love
- You create the Scene
- You create the SceneWindow (the camera)
- You call SceneWindow.setScene(Scene) to tell the camera which Scene to display.
Any object you then add to the scene should show up.
In the directory where your executable file is located, there is a file called console.log. All errors will show up in there, make sure to verify this to help us elucidate the mystery.