for i=0 to 20 bgput 0,rnd(25),rnd(15),1 next locate 25,20:? "人" next '上記は見た目だけの処理 while 1 b=button() if b==#left then bgx=bgx+1'これ1 if b==#right then bgx=bgx-1'これ2 bgofs 0,bgx,0 vsync wend これ1,これ2を見てわかる通り、「キャラクタ」じゃなくて「背景」を動かしてるでやんす