Rinpun
Ex TH Member
- Reaction score
- 105
I suppose this may have been asked a long time ago, but I couldn't find it. For a simple platforming example to see if I can ask such of the Warcraft game, I have a movement problem. I have triggers that are set that when pressed start the character moving and stop the character in his tracks when you release the arrow.
The problem is whenever I pressing the up arrow key he doesn't go straight up. He goes DIAGONAL. Now why is this? I didn't think basing off the coordinate system would yield problems....
The movement is based as follows:
Unit - Order Assassin 0001 <gen> to Move To ((Position of Assassin 0001 <gen>) offset by (0.00, 9999.00))
That's for the Up. For down, it's obviously -9999 in the Y coordinate. And for left and right, well, I can easily go to the X coordinate.
The problem is whenever I pressing the up arrow key he doesn't go straight up. He goes DIAGONAL. Now why is this? I didn't think basing off the coordinate system would yield problems....
The movement is based as follows:
Unit - Order Assassin 0001 <gen> to Move To ((Position of Assassin 0001 <gen>) offset by (0.00, 9999.00))
That's for the Up. For down, it's obviously -9999 in the Y coordinate. And for left and right, well, I can easily go to the X coordinate.


