Game Development Community

Joystiq Control

by Zeinad · in iTorque 2D · 04/28/2009 (7:33 am) · 3 replies

Is it possible to get joystiq type controls similar to the ones found in hero of sparta?

#1
04/28/2009 (7:54 am)
Sure, otherwise they wouldn't have it.
Its a matter of touch interpretion
#2
04/28/2009 (8:02 am)
well, how do you do it exactly? Is there a tutorial or any other direction you could point me to that would help me implement this into my game?? Thanks
#3
04/28/2009 (10:39 am)
Think "distance from a point". Write code that calculates the radius of the touch from a certain point. That's one way of implementing an emulated joystick.