SPOFS 管理番号,X,Y,Zで位置変えれるから @loop if button()==1 then y=y-1 if button()==2 then y=y+1 if button()==4 then x=x-1 if button()==8 then x=x+1 spofs 0,x,y,0 goto @loop でいいかな