How to move on a grid

How can I get actors to move on a grid? Basically I want to get an actor to move from one grid point to another and then stop and the player will have to press/touch the button again to get the actor to move again.

Thanks in advance.

Comments

  • LumpAppsLumpApps Member Posts: 2,881
    You can use move to self.position.x+gridsize stop on destination
Sign In or Register to comment.