10 cls
20 x%=0
30 y%=0
40 if up(0) then y%=y%-1
50 if down(0) then y%=y%+1
60 if left(0) then x%=x%-1
70 if right(0) then x%=x%+1
80 plot x%,y%
90 sleep 10
100 goto 40


: M   -         plot x%,y%   if fire(0) then plot x%,y%  .            x%,y%


: waplo
  : annimon.com