home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 May / 1987-05.d64 / dazzler.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  663b  |  17 lines

  1. 10 poke 53280,11:poke 53281,11
  2. 20 print"[147][155]'";:print"[144]dazzler.main[155]' is the file that contains";
  3. 25 print"the main dazzler routine.  this program"
  4. 30 print"cannot be run - it is to be used with"
  5. 35 print"your own subroutines.  for details on"
  6. 40 print"constructing subroutines for dazzlers,"
  7. 45 print"consult the article."
  8. 50 print"five example dazzlers are included on"
  9. 55 print"this disk.  dazzler 1-5 can be run from"
  10. 60 print"the menu."
  11. 90 print"   [144]press any key to reload the menu[146]"
  12. 100 poke198,0:wait198,1:getdh$
  13. 110 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  14. 120 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  15. 130 poke53281,15:poke53280,15
  16. 140 printchr$(142)"[145]          reloading the menu[155]":end
  17.