Up/down movement

I ran into a problem that I don’t understand how Add movement input works.
Maybe I’m missing something.
I have decided that the management of the Move will be split. I removed the controls on W and S from IA_Move, instead I created a new IA on which these buttons are configured.
But I ran into such a problem that when moving to A and D, the character moves correctly from the left and, respectively, to the right. However, when moving up the stairs, both the W and S buttons are assigned to the ascent, and I can not solve the problem using the poke method in any way.
What could be the reason for this error or what is the solution to my idea?

If it’s important, I’m making a side scroller.



Okay, I sat for another five minutes and realized what the problem was. In the IA I created, Negate was not configured on the appropriate button. It was really that simple.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.