I saw someone recreate Gauntlet in Javascript earlier today and I decided to try to do the same. I started about 20 minutes ago, and I ran into this strange problem with the animations. The way they are set up is that instead of responding to user input I check for 8 Direction's VectorX and VectorY variables so I can reuse the same animation code for the player and for other stuff. Anyways, it didn't work... Thankfully, I've gotten into a habit of opening my project in debug mode first and I noticed that when I press the up arrow VectorY is set to 100, and the Player object's X variable is changing correctly, however I also noticed that VectorX variable was set to like -6.32482347( ) or something but it's not applying to the player position. I just want to know if I somehow screwed something up, or my Construct 2 version is just wierd(I haven't updated in a while). I'll try update to the newest version to see if it fixes my issue...
Update: I've downloaded the latest version, and it didn't fix the problem. These 'fantom numbers' are added when I go down, left or up.
I also forgot to upload to .capx file...