Cursor popping up randomly?
by Serjh Asdourian · in Torque Game Engine · 11/11/2006 (7:49 am) · 1 replies
I edited a couple of scripts and all of a sudden the cursor is popping out whenever I start the game. Anyone have this problem?
About the author
Torque Owner Robert Seeman
Open playgui.gui for editing and check your GameTSCtrl(PlayGui). Just below "forceFOV = "0";" it should have:
noCursor = "1";
If the noCursor property is missing, add that in. Save playgui.gui and then re-run your game. That should fix the problem.
I don't know why this is happening but any time I save playgui.gui after editing it, I have to add in the noCursor property manually.
Good luck.
-Robert