home *** CD-ROM | disk | FTP | other *** search
/ The Big Mouth 19 / Big_Mouth_The_19_1998_-_Side_B.d64 / menu (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  738b  |  30 lines

  1. 1 rem"          "bm eyes only!(NULL)
  2. 2 poke 808,234:poke 53280,0:poke 53281,0
  3. 4 fort=1 to 500:next
  4. 6 print"[147][155]"tab(7)"the big mouth - main menu"
  5. 8 fort=1 to 2000:next
  6. 10 print"[147]"
  7. 15 fort=1 to 500:next
  8. 20 printtab(11)"the big mouth #19"
  9. 30 print"a - remember"
  10. 31 print"b - speed racer"
  11. 32 print"c - zwei bereten"
  12. 33 print"d - oneder/oxyron"
  13. 50 print"pick a program to load (a-d) ?"
  14. 55 get a$:if a$="" then 55
  15. 60 a=asc(a$):if a-64<1 or a-64>7 then 55
  16. 65 print""tab(15)" loading "
  17. 66 if a-64=2 then 102
  18. 67 if a-64=3 then 103
  19. 68 if a-64=4 then 104
  20. 70 forx=49152 to 49170:ready:poke x,y:nextx
  21. 75 sys 49152
  22. 76 data 120,169,013,141,040,003,169,192
  23. 77 data 141,041,003,088,096,238,032,208
  24. 78 data 076,237,246
  25. 99 :
  26. 101 load"    remember    ",8,1
  27. 102 load"  speed racer   ",8,1
  28. 103 load"zwei beret.-[m8]",8,1
  29. 104 load"oneder   /oxyron",8,1
  30.