move on a grid (or hex!!!)

releasethedogsreleasethedogs Member Posts: 2
edited November -1 in Working with GS (Mac)
Through experimentation i have figured out how to make a direction graphical button that when pressed moves my game actor left. This works but the user can hold down the button and the actor will continuously move. What id like to happen is that the user be able to press the button and move the character X amount of space, like on a grid (or hex). Any one have the time to help me out?

Comments

  • BSideGamesBSideGames Member Posts: 392
    you need to use "move to" and set the direction to move 32 or -32(or what ever size your actor is)for X and Y.
Sign In or Register to comment.