Hello, I am designing a type of board game where you roll/spin for a number and then move your character one space at a time by the click of a button on screen.
My question is how do I set up my sprite to advance throughout set positions (spaces on the board game)?
I currently have tried "When Button is pressed - Move Sprite towards (first space). and then stop.
But my problem is I dont know how to make a sequence of positions, and how to code the button to move towards the next position in the sequence every time it is pressed. Currently the button is coded to move the sprite to position one and stop, after that my attempts to set the button to move towards the next position doesnt work because the first initial action is to move the sprite to position one.
I am hoping to find a way for when the button is pressed it moves the sprite to next space on the board, and you personally move your player the number of times rolled.
Thank you for your help!