Ok this is a bit weird I have the movement for four direction done perfectly but when it comes to keyboard the directional such as (up+right) (down+right).
I am guessing that because 'Down' is already being used as well as 'Right' there three condition that its being true which might explain why so many user is having this problem. But how do I tell contruct 2 that when the two are pressed at teh same time do that specific animation not infinite loop down, right, down+right.
I've look and I couldn't fine any real answer. I might just use four way. this is irrating to no ends. Oh and if you are wondering I tried to use variable to kept them in check but no luck there.
Basically i just want a down right animation to play and still have the other.