Hi, is it possible to make my character constantly move in the snake-like manner shown in the attachment when the button is clicked? i got the character to move all from intial point to the right edge but when it moves down, it goes all the way down to the bottom right edge but i need it to only move down a bit and proceed to move to the left edge and continue till it which the bottom
Before the if else statement, i want to know the current (x,y) coordinates of the character while its moving but as of now i can only get the coords when i press the start button