Hello guys:
I'm trying to assing movements to the Microsoft Xbox gamepad with this code:
gamepad 0 left analog x axis>0
simulate platform pressing right
set not mirrored
set Inst var player_state_walk
gamepad 0 left analog x axis<0
simulate platform pressing left
set mirrored
set Inst var player_state_walk[/code:1ffhx7zi]
But it doesn't seem to work.
Does anyone know what i'm doing wrong?
Thanks for your help.