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

  1. 10 poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147]the easy full-screen animation article"
  3. 30 print"has four accompanying programs. since"
  4. 40 print"two of the programs write files to disk,";
  5. 50 print"we suggest you save all four files to"
  6. 60 print"another disk. please consult the article";
  7. 70 print"before attempting to use them."
  8. 80 print"the files are saved on this disk with"
  9. 90 print"the following names:[152]"
  10. 100 printspc(13)"animator.basic"
  11. 110 printspc(13)"animator"
  12. 120 printspc(13)"love.data"
  13. 130 printspc(13)"cube.data"
  14. 140 print"[144]   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.