home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1986 November / 1986-11.d64 / player.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  624b  |  15 lines

  1. 10 print"[147] animation player will attempt to load"
  2. 11 print" files created by the animation demo"
  3. 12 print" program. since the gazette disk is"
  4. 14 print" write protected, you must copy the"
  5. 16 print" files [159]fill/demo and [159]fill/player to "
  6. 17 print" another disk and then run [159]fill/demo to"
  7. 18 print" create and save the demo files to your"
  8. 20 print" disk.                                   "
  9. 22 print"    press any key to load the menu"
  10. 80 poke198,0:wait198,1:getmt$
  11. 90 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  12. 100 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  13. 110 poke53281,14:poke53280,14
  14. 120 printchr$(142)"[145]          reloading the menu[154]":end
  15.