spset 0,spriteNo @loop b=button() if b and #right then x=x+1 if b and #left then x=x-1 if b and #up then y=y-1 if b and #down then y=y+1 spofs 0,x,y vsync:goto@loop Sometimes this is good