So its a long time ago I made the walking events for my main character. Its just:
When left arrow pressed:
- Player set mirrored
- Set animation "Walk" (play from beginning)
Thats works fine. But I think it would be nice to also make the WASD movement.
Is there a easy way to combine it with my first "arrows" movement or how can I do it?
I already tried an extra event like this:
When W pressed:
- Player set mirrored
- Set animation "Walk" (play from beginning)
But here he just goes into the right animation but he doesnt walk...
Best way would be something like this: When left arrow OR w pressed: ....
Thanks guys!