I’m having trouble where if I press “w” it goes up(forward) and when I hold “a” at the same time, the animation gets confusing. How do I fix this, so that when i hold 2 keys at once the animation doesn’t go nuts?
that is my events so far
I’m having trouble where if I press “w” it goes up(forward) and when I hold “a” at the same time, the animation gets confusing. How do I fix this, so that when i hold 2 keys at once the animation doesn’t go nuts?
that is my events so far
There are different solutions with subevents, or with variables if you want to make a difference which key was pressed first…
but simple you can do it like this.
Thanks, it really worked and no problems at all!