home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 March / 1988-03.d64 / sketchpad.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  595b  |  16 lines

  1. 10 poke 53280,11:poke 53281,11
  2. 20 print"[147][155]sketch pad plus[144] requires the"
  3. 30 print"[155]sketch pad[144] program."
  4. 40 print"we suggest you copy the file named[155]"
  5. 50 printchr$(34)"ske[255]ch-pad+"chr$(34)"[144] to a disk tha[255] contains"
  6. 60 print"[144]the sketch pad files, and then consult"
  7. 70 print"the article for instructions on how to"
  8. 80 print"use the program.[144]"
  9. 90 ford=1to40:print"[164]";:next
  10. 100 print"[144]    press any key to reload the menu    [146]"
  11. 110 poke198,0:wait198,1:getdh$
  12. 120 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  13. 130 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  14. 140 poke53281,15:poke53280,15
  15. 150 printchr$(142)"[145]          reloading the menu[155]":end
  16.