お、恐らくもっと分かりやすいかと思われる例↓ acls spset 0,500 @loop b=button() if b and #right then x=x+1 if b and #left then x=x-1 if b and #down then y=y+1 if b and #up then y=y-1 spofs 0,x,y vsync goto@loop