i am stuck in an event like this
if overlapping"that" and
right key is pressed then set true
if overlapping"that" and
right key is released then set false
now i add this
if overlapping"that" and
right key is pressed or gamepad compare x>90
then set true
what is the reverse for the stick?
if i add gamepad compare x <90 or compare x=0(for me to go to center)
it just wont work. i also have the same for left so maybe it is looping
non stop. with the pressed and released actions it works.
thank you all!