Pages: 1
Can you note according to a grid e.g a1 takes you 3 steps to get to b3
Offline
Bump
Sorry not note move
I'm not good with scratchblocks so:[When flag clicked]|forever|||If <right arrow pressed>|||[glide .1 sec to x: (x position)+(10) y: (y position)]And you can repeat that for each direction.
Last edited by sccar3 (2012-08-20 11:45:46)
when gf clicked forever go to x: ((round ((mouse x) / (3))) * (3)) y: ((round ((mouse y) / (3))) * (3)) end
What do you mean by snap to a grid