Make object move one space?

I want to make a frogger-like cube game, how can I make the cude move one space when you press the arrow-key? (and have it rotate)?

wrong section dude.

yeah, you want support/discussion…

i think you would want to make your grid of Empties, then have the arrow controls dictate which Empty it would track to.

Opps, sorry :stuck_out_tongue:
Elgreeteeto… I don’t get it, just place empties every where I could want the cube to move?

I would set the loc setting to a high value, then set it to ‘Tap’. This will make it move extremely fast, but only trigger for an instant, making it so that your frog moves at a constant length per key press. :cool:

Will try thanks a lot!