I'm using an invisible sprite to select my menu items (up and down) and my gamepad joystick movement is too fast and i need to slow it down and basically mimic the keyboard/dpad movement.
keyboard: on down arrow pressed: sprite moves 85 pixels at angle 90
keyboard: on up arrow pressed: sprite moves -85 pixels at angle 90
gamepad2: gamepad 0 left analog Y axis less than 80: sprite moves -85 pixels at angle 90
gamepad2:gamepad 0 left analog Y axis greater than -80: sprite moves 85 pixels at angle 90
thanks for any help.