file: https://dl.dropboxusercontent.com/u/5214903/direction%20movement.capx
im trying to get the movement right but I keep having problems with it.
(1) Firstly, when I move left or right and at the time then hold up or down button, the angle that I made visible with text calculates according the second activated key button (up or down)
(2) but this doesn't respond when I first hold up or down button and then press left or right button.
It is as if the game preffers up and down button over left and right.
Id preffer it to move like in description(2)
Another problem im facing is that when im running up and hold right (lets say moving in angle 315) and then press SPACE to jump, the player does respond to it but when I do the same with going slightly left (angle 225), the jump wont respond.
This contrast response happens also with other dirrections.
I need the player object respond better so I can use the actions during movement dynamically and right now it becomes difficult to jump over holes that require runn forward with slightly running to left wich causes the jump not respond but works the opposite way.
Any ideas how to improve this please?