Game Development Community

Rotate character and leftclick

by _____ · in Torque Game Engine · 02/03/2006 (2:27 pm) · 3 replies

Hi all. How would i rotate my character when i push the (a) button, so it rotates left <-- and secondly how would i attach a command like nocursor to the left clcik button.

Im aware c++ has something to do with it but i have no experience with this programming lanugage,
im working on that though! :D


Thanks!

#1
02/04/2006 (12:48 am)
Any one?
#2
02/04/2006 (2:59 am)
Whoops fgured it out! as easy as turnleft!
#3
02/05/2006 (11:09 am)
MoveMap.bindCmd(mouse0, "buttonX", "CursorOff();", "CursonOn();");

Hope that helps