hi guyz,
i'm fairly new to C2 and i'm trying to understand how the controls of he gamepad work. So far i'm doing not too bad except for 1 thing.
here's an example of what is blocking me :
as every games, i got some selection menu with cursor. Using the keyboard to move the cursor up and down one options at a time is great, but i couldn't figure the way to do it with gamepad. As the axis goes form -100 to 100, as as soon i'm doing a event with condition greater than or smaller than, the selection cursor is not moving by one, but just moving really fast between options.
i wish i could find a way so the gamepad axis move the cursor only by one at a time. I've tried some expressions with the rawAxis but still have gin trouble the logic to make it work. :
thx in advance.