Does anyone know of a way to track directions? As in 8 directions? I have events for shooting, and things work fine when doing things like "repeat while Up is pressed", but when i add "Up+Right", it just aims to the right and completely bypasses the angled aiming. So i tried adding a counter to see if that could work, and the same thing happens. When pressing Up, it goes to 8. When pressing right it goes to 4, but when adding the Up+Right to a line it just bypasses and goes straight to 4.
EDIT: Okay, for some reason, you have to have the main 4 directions setup in order 1st:
Repeat while Up is pressed
Down,
Left,
Right
Then you have to add the diagonals afterwards....strange. Seems there should be a better way of tracking directional movement?