Hi,
I'm having a technical issue using grid move: I have 2 chess moving simultaneously back and forth, but they quickly go out of sync
Each tile on the board is 30x30px
the speed for object "Blump" is 30 and object "Kepper" is 90
Here's my code that makes them go back and forth:
https://imgur.com/a/n3OHX
Theoretically Kepper should go back and forth 3 times for every 1 time for the Blump, but after a few times of bouncing around they don't reach their destinations at the exact same time, Kepper tends to arrive a bit late and those few pixels matter a lot in the context of the game.
Thank you for the help!