Game Development Community

I can't move my camera.

by Benjamin Stoneking · in Torque Game Engine · 06/02/2007 (10:47 am) · 2 replies

Ok this is really strange! only a few minutes ago a changed the GUI just so that there was a text ctrl that says 'Score: 0'

Then when i enter the game i can move my player but i cant make it so he pivots. in other words I can only look in what direction.

Some one please help!

thanks

#1
06/02/2007 (11:08 am)
I am assume you edit the playGui file. You need to replace this line back at the bottom of new GameTSCtrl(PlayGui) {

noCursor = "1";
#2
06/02/2007 (11:13 am)
Thank you so much! It worked!