Game Development Community

Quick GUI question

by Spencer Strombotne · in Technical Issues · 05/16/2008 (8:08 am) · 2 replies

I was doing a tutorial today and it had us make a text control in the PlayGui. When I load the mission my mouse is enabled and I can not move the camera with the mouse, I can only control the character using the keyboard. Is there someway to disable to mouse so the default camera controls work with the gui?

#1
05/16/2008 (8:24 am)
Be sure
noCursor = "1";
is set on the root
#2
05/16/2008 (9:13 am)
Thank you that worked fine. Also, do you know how to make it so you can't walk through TSStatics?