
-----------------------------------
lil_li
Thu May 01, 2003 9:11 pm

how do you use JOY STICK on turing???
-----------------------------------
i need to move a ball using joystick (dont want to use keyboard)

please give me a short example ( and i dont understand the f10 help ) :?  

and why is it keep saying "joystick1 did not declared" when i do
Joystick.GetInfo (joystick1, jx, jy, b1, b2)


PLZ :lol:  

THANKYOU :D

-----------------------------------
Tony
Thu May 01, 2003 9:20 pm


-----------------------------------
Joystick.GetInfo (joystick1, jx, jy, b1, b2)

joystick1 remains the same. It just tells the program wich joystick you're using :? can also be joystick2 (I think)...

anyways...

jx is your X position
jy is your Y
b1 and b2 are buttons.

Basically it works very much similar to Mouse.Where(x,y,b). It assigns values to the variables you specify.

-----------------------------------
Leafs Fan
Mon May 05, 2003 2:17 pm


-----------------------------------
try  [url=http://www.holtsoft.com/turing/tech/NewFtrs.pdf] this site
just scroll down to the Joystick part and there should be some good info for u there...
