Hi and thank you first of all for being a kind soul and checking this post out!
To put all this in context I'm making a top down shooter where it should be possible that the player both moves and shoots in same time.
Don't get me wrong, it works when the 8Directional behaviour is on default (top direction, left direction, right direction and down direction of the keyboard). But when I assign it to the WASD with the well-known method System -> Keyboard W is down -> Player -> Simulate 8Direction Up (and so on)
The ability of walking and shooting in same time disapears!
It seems Construct 3 can't register an emulated key and mouse click in same time...
Could this be a flaw of the Construct 3 engine?
Maybe I'm just stupid and there is an easy solution.
Thanks in advance!