home *** CD-ROM | disk | FTP | other *** search
- 5 if q=1 then sys 12288
- 10 poke 53280,0:poke 53281,0:print"[147]";
- 20 for x=1 to 21
- 30 if x=1 then print"[151]";
- 40 if x=8 then print"[152]";
- 50 if x=15 then print"[155]";
- 60 if x=21 then print"";
- 70 printtab(x*.77);"maze run"
- 80 next x
- 100 print"";
- 110 for x=1 to 20
- 120 printtab(x*.77)" "
- 130 next x
- 140 for x=1 to 15:print:next x
- 150 print"[158]";tab(19)"by"
- 160 printtab(10);"[154]lysle e. shields ]i["
- 170 q=1:load"maze.obj",8,1
-