I am new to construct. I know the title sounds a little strange but I'll explain. I am using A and D to go left and right and I want to have the jump input set to hitting both A and D at the same time.
My event goes: On 'A' pressed + 'D' is down = set vector Y(player.Y - 1000) + set vector X(player.X + 300)
(the numbers are just examples and could change but you get the point)
The event above 'works' but it makes it so A and D being pressed does not make the player move. How do I fix that?