Game Development Community

gui mouse problem on restart game

by Banana · in Game Design and Creative Issues · 03/25/2009 (7:32 am) · 1 replies

i recently started with torque tgea 1.8 so this might be a stupid problem

so i went and created a new project with the basic fps in it
i jumped into the gui editor and was able to add all the elements into it and save and overwrithe the gui file

this all works fine until i close and restart the program
the gui is still there but my mouse cant do anything anymore

i searched on this but cant seem to come up with anything to fix this

#1
03/25/2009 (11:18 am)
Look for a "noCursor" field in your new gui, change it and see what happens. If it's a 1 change to 0, and vice-versa.