home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 April / 1988-04.d64 / dgraph.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  644b  |  20 lines

  1. 10 poke 53280,0:poke 53281,0
  2. 20 print"[147][155]before attempting to use "chr$(34)"dgraph"chr$(34)","
  3. 30 print"we suggest you copy the files named"
  4. 40 printtab(10)"dgraph loader"
  5. 50 printtab(10)"dgraph.obj"
  6. 60 printtab(10)"dgraph painter"
  7. 70 printtab(10)"demo 1"
  8. 80 printtab(10)"demo 2"
  9. 90 printtab(10)"demo 3"
  10. 100 print"[155]to another disk, and then consult the"
  11. 110 print"article for instructions on how to use"
  12. 120 print"the program.[152]"
  13. 130 ford=1to40:print"[164]";:next
  14. 140 print"[152]    press any key to reload the menu    [146]"
  15. 150 poke198,0:wait198,1:getdh$
  16. 160 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  17. 170 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  18. 180 poke53281,15:poke53280,15
  19. 190 printchr$(142)"[145]          reloading the menu[155]":end
  20.