How do i define which are positive and which are negative? - Do i have to set up two inputs per axis, i know this is probably a silly question (i apoagies.) but im really struggling to find an appropriate solution. Also, is there an easy way of setting it up detect the amount of force on the stick? I would really appreciate your help - as always. Thanks,
(comments are locked)
|
|
I am not a 100% sure on what you are trying to achive but anyways:
You only need to use 1 axis at the time. Since Input.GetAxis returns form -1 to 1 and therefor it is unneccersary to use this twice:
but simply use: Thank you for your help, exactly what I needed! =) - I really appreciate you guys sharing your knowledge.
Apr 19 '11 at 09:35 PM
Graeme P
(comments are locked)
|
|
You don't actually need two seperate ones. Just use one for each! Horizontal means both left and right, with one (I think left, but check this) being negative and the other positive. Same with Vertical --- it accounts for both. So just lose some of the excess statements, and it'll be fine.
(comments are locked)
|

that last getbutton is ment to be axis too, just forgot to change it.