Game Development Community

Gui Help

by University of Gotland (#0017) · in Torque Game Engine Advanced · 04/05/2007 (8:04 am) · 1 replies

Hi!

everytime i do something in the gui (F10) then save it in playGui and start the game again, i can move the player but only with a,s,w,d not with the mouse and i can't shoot, the mouse pointer is showing butt i cant do anything.. the new stuff i put in is showing but i'm stuck..

the stuff i put in is some new GuiBitmapCrl:ers

pliz help.. thanks

ok if i put in these lines in client/ui/playGui
new GameTSCtrl(PlayGui)
it works

helpTag = "0";
noCursor = "1";

but i have to put this in after i saved it in code, can't i modify this when i save the interface?

#1
04/13/2007 (12:26 pm)
Try adding
canSaveDynamicFields = 1;