Game Development Community

Moving the position of a GUIControl Object?

by Nachi Lau · in Torque Game Engine · 12/08/2003 (11:46 am) · 2 replies

Hello,

Did anyone know that how can move my GUIControl Object in runtime. What kind of functions should I called in order to set the gui position?

Thanks!

Nachi

#1
12/08/2003 (12:05 pm)
%obj.position = %x SPC %y;
#2
12/08/2003 (12:16 pm)
Thank you very much!!

Nachi