(enter the code below word for word) spset 0,0 @move b=button() if b==1 then y=y-1 if b==2 then y=y+1 if b==4 then x=x-1 if b==8 then x=x+2 spofs 0,x,y vsync 1 goto @move