Game Development Community

Coding Problem

by Taylor Wiebe · in Torque Game Engine · 12/28/2006 (6:38 pm) · 3 replies

I have basically finished going through the GettingStarted.pdf I have finished the coding part of it but now when I preview my game my mouse stays showing and I am unable to turn the camera (unless I go back into the world editor part)

#1
12/29/2006 (5:10 am)
I've had the same problem. I don't know if it's a glitch or what, but I think it has something to do with which object has focus. If you have something selected in the editor, and then you leave the editor, the mouse doesn't get focus back. You have to make sure you don't have something selected in the editor when you leave.

HTH

Tony
#2
12/29/2006 (7:22 am)
Alright I will try that.
#3
12/29/2006 (2:21 pm)
This problem only occurs once I exit the game, if I don't exit it, it will work.