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

  1. 10 poke 53280,0:poke 53281,0:poke 646,6
  2. 20 print"[147]this file is a sample screen designed"
  3. 30 print"with the  bb barrage [146] screen editor."
  4. 40 print"to view this file, first load the bb"
  5. 50 print"screen editor, then select the l[146]oad"
  6. 70 print"option. use the filename ";chr$(34);"bb screen";chr$(34);"."
  7. 80 print"after the file loads you have the"
  8. 90 print"option to play or edit the screen."
  9. 100 print"for more information about this program"
  10. 110 print"refer to the corresponding issue of"
  11. 120 print"compute!'s gazette."
  12. 130 forx=1 to 40:print"[164]";:next
  13. 140 print"        press any key for menu          [146]";
  14. 150 geta$:if a$="" then goto 150
  15. 160 poke 53280,15:poke53281,15
  16. 200 print"[147]";tab(14);"loading menu ..."
  17. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  18. 220 print"[155]run"
  19. 240 poke198,8:poke631,19:poke632,13:poke633,13
  20.