home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 August / 1987-08.d64 / spritestamp.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  724b  |  20 lines

  1. 10 poke 53280,14:poke 53281,14:poke 646,0
  2. 20 print"[147]the sprite stamp program cannot be run"
  3. 30 print"from the menu. we suggest you copy the"
  4. 40 print"programs listed below to another disk"
  5. 50 print"before attempting to use them."
  6. 60 print"consult the article for detailed"
  7. 70 print"instructions on how to use sprite stamp."
  8. 80 print"the filenames for the sprite stamp"
  9. 90 print"programs are as follows:"
  10. 100 printspc(12)"sprite stamp"
  11. 110 printspc(12)"starter"
  12. 120 printspc(12)"sprite skeleton"
  13. 130 ford=1to40:print"[164]";:next
  14. 140 print"    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.