
-----------------------------------
Fashoomp
Thu Mar 01, 2007 10:14 pm

Joystick
-----------------------------------
There is not much Joystick help in the Turing help file. There is 1 example, that does not even work, and i do not know enough to make it work. However, my teacher recommended i use it to make a racing game. So my question is... 1) How exactly does the joystick command work and 2) would joystick be my best bet for a racing game?

-----------------------------------
ericfourfour
Fri Mar 02, 2007 12:03 pm

Re: Joystick
-----------------------------------
In my experience, using the joystick is rather tedious considering it isn't well documented and requires a lot of trial and error to figure out how everything works.

If you do feel like using it I recommend reading [url=http://www.compsci.ca/v3/viewtopic.php?t=9893]Zylum's tutorial on Bitwise Operators because that is the most efficient way of figuring out the status of each button (you only need to read until you finish the intermediate section).
