2D Game Input Bug

So i have an input like this


And my blueprint looks like this
image
The problem is if i press both A and D buttons at the same time the character goes left. How can i make this if player presses both of the keys stop moving.

1 Like

You could separate out the events

But now the action events are

image

instead of 2D.

1 Like

Mine was already 1D, was i doing it wrong?

1 Like

No, you had it right :slight_smile: ( that was the first person default )

1 Like