When I use the pathfinding feature, it always ends a little early. For example, if I just set the position of the sprite to (140, 20) then the 20x20 sprite moves directly over the other 20x20 sprite at that location. Perfect. If however I use pathfinding to do this, the sprite stops moving before he completely arrives. I can't figure out why, or how to fix this.
Here is my file: dropbox.com/s/cdrg3c1szicknoh/testing.capx
Instructions: move the cursor icon with the wasd. Move it over the red and beige sprite and press Q to select him. If you press R he will teleport to the correct location, directly over one of the grey squares near the top. If however you press E, he will try and make his way to that same spot through pathfinding.
Thanks in advance for any help.