home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 October / 1988-10.d64 / screendemo.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  674b  |  19 lines

  1. 10 poke 53280,15:poke 53281,15:poke 646,6
  2. 20 print"[147][144]the screenius demo program cannot be run"
  3. 30 print"from the menu. you must first load and"
  4. 40 print"run the screenius program, then load"
  5. 50 print"and run the demo program."
  6. 51 print"the filenames are:   screenius      [146]"
  7. 52 print"                     screenius.demo [146]"
  8. 71 print"for more information please refer to the"
  9. 72 print"corresponding article in compute!'s"
  10. 73 print"gazette.[144]"
  11. 130 forx=1 to 40:print"[164]";:next
  12. 140 print"        press any key for menu          [146]";
  13. 150 geta$:if a$="" then goto 150
  14. 160 poke 53280,15:poke53281,15
  15. 200 print"[147]";tab(14);"loading menu ..."
  16. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  17. 220 print"[155]run"
  18. 240 poke198,8:poke631,19:poke632,13:poke633,13
  19.