home *** CD-ROM | disk | FTP | other *** search
/ Softdisk G-S 140 / SGDS 140.2mg / SDGS.140 / B / MMXXIII (.txt) < prev    next >
Encoding:
Applesoft BASIC Source Code  |  1993-04-12  |  23.6 KB  |  550 lines  |  [FC] Applesoft BASIC Program (0x0801)

  1. 10  HOME 
  2. 20  REM  *------------------------*
  3. 30  REM  *---                  ---*
  4. 40  REM  *--- CROSSROADS MANOR ---*
  5. 50  REM  *---                  ---*
  6. 60  REM  *------------------------*
  7. 70  REM 
  8. 80  REM 
  9. 90  REM  *SOME VARIABLES*
  10. 100  REM 
  11. 110  FOR Q = 1 TO 8: READ AA$(Q): NEXT 
  12. 120  REM 
  13. 130  DIM HT$(23),LT(23)
  14. 140  REM 
  15. 150  REM  *ACCESS 80-COLUMN*
  16. 160  REM 
  17. 169  ONERR  GOTO 175
  18. 170  PRINT  CHR$(4);"PR#3": GOTO 180
  19. 175  TEXT : HOME : VTAB 10: PRINT "You need 80 columns to run this program.": PRINT : POKE 1403,10: PRINT "Press a key to exit.": GET A$: PRINT  CHR$(4)"BYE"
  20. 180  POKE 216,0
  21. 190  GOSUB 4760: REM  *NULL STUFF*
  22. 200  GOSUB 910: REM   *GET MATERIAL*
  23. 210  GOSUB 4850: REM  *DO PRINTING*
  24. 220  GOSUB 4600: REM  *FLIP*
  25. 230  GOSUB 4700: REM  *KEY INPUT*
  26. 240  REM 
  27. 250  REM  *STATEMENT CHOICE*
  28. 260  REM 
  29. 270 G2 = 0: GOSUB 4760
  30. 280  GOSUB 1050
  31. 290  GOSUB 4850
  32. 300  GOSUB 4700
  33. 310  REM 
  34. 320  REM  *WANT TO QUIT?*
  35. 330  REM 
  36. 340  IF GG = 27  THEN G2 = 1: GOSUB 4760: GOSUB 4170: GOSUB 4850
  37. 350  IF G2 = 1  THEN  GOSUB 4700
  38. 360  IF G2 = 1  AND GG = 49  THEN  HOME : PRINT : PRINT  CHR$(4);"BYE"
  39. 370  IF G2 = 1  AND GG = 50  THEN  HOME : PRINT : PRINT  CHR$(4);"RUN MANOR.2"
  40. 380  IF G2 = 1  AND GG = 51  THEN  GOTO 270
  41. 390  IF G2 = 1  THEN  GOTO 350
  42. 400  REM 
  43. 410  REM  *WANT TO MAKE AN ARREST?*
  44. 420  REM 
  45. 430  IF GG = 32  THEN G2 = 2: GOSUB 4760: GOSUB 4260: GOSUB 4850
  46. 440  IF G2 = 2  THEN  GOSUB 4700
  47. 450  IF G2 = 2  AND GG = 27  THEN  GOTO 270
  48. 460  IF G2 = 2  AND (GG <49  OR GG >57)  THEN  GOTO 440
  49. 470  IF G2 = 2  THEN  GOSUB 4760: GOSUB 4400: GOSUB 4850
  50. 480  IF G2 = 2  THEN  GOSUB 4700
  51. 490  IF G2 = 2  AND GG = 32  THEN  HOME : PRINT : PRINT  CHR$(4);"RUN MANOR.2"
  52. 500  IF G2 = 2  AND GG = 27  THEN GG = 32: GOTO 430
  53. 510  IF G2 = 2  THEN  GOTO 480
  54. 520  REM 
  55. 530  REM  *ACCESSING STATEMENTS*
  56. 540  REM 
  57. 545  IF GG <49  OR GG >57  THEN 300
  58. 550  GOSUB 4760
  59. 560 G1 = GG -48
  60. 570  REM 
  61. 580  REM  *PAGE #1*
  62. 590  REM 
  63. 600  ON G1 GOSUB 1200,2090,2490,2720,2890,3100,3480,3720,3950
  64. 610  REM 
  65. 620  REM  *PRINT FIRST PAGE*
  66. 630  REM 
  67. 640  GOSUB 4850
  68. 650  REM 
  69. 660  REM  *PAGE #2*
  70. 670  REM 
  71. 680  IF G1 = 1  THEN  GOSUB 4600: GOSUB 4700: GOSUB 4760: GOSUB 1440: GOSUB 4850
  72. 690  REM 
  73. 700  REM  *JUST TWO PAGES*
  74. 710  REM 
  75. 720  IF G1 = 2  THEN  GOSUB 4600: GOSUB 4700: GOSUB 4760: GOSUB 2320: GOSUB 4850: GOSUB 4650: GOSUB 4700: GOTO 270
  76. 730  IF G1 = 6  THEN  GOSUB 4600: GOSUB 4700: GOSUB 4760: GOSUB 3300: GOSUB 4850: GOSUB 4650: GOSUB 4700: GOTO 270
  77. 740  REM 
  78. 750  REM  *PAGE #3*
  79. 760  REM 
  80. 770  IF G1 = 1  THEN  GOSUB 4600: GOSUB 4700: GOSUB 4760: GOSUB 1680: GOSUB 4850
  81. 780  REM 
  82. 790  REM  *PAGE #4*
  83. 800  REM 
  84. 810  IF G1 = 1  THEN  GOSUB 4600: GOSUB 4700: GOSUB 4760: GOSUB 1870: GOSUB 4850: GOSUB 4650: GOSUB 4700: GOTO 270
  85. 820  REM 
  86. 830  REM  *JUST ONE PAGE*
  87. 840  REM 
  88. 850  GOSUB 4650: GOSUB 4700: GOTO 270
  89. 860  REM 
  90. 870  END 
  91. 880  REM 
  92. 890  REM  *INTRO*
  93. 900  REM 
  94. 910 HT = 9
  95. 920  REM 
  96. 930 HT$(1) = "                   THE INCIDENT AT CROSSROADS MANOR"
  97. 940 HT$(3) = "Consider yourself a student in the Criminology Department of the famous"
  98. 950 HT$(4) = "Acme Detective and Dry Cleaning School of Lincoln, Nebraska.  As a term"
  99. 960 HT$(5) = "final you are being presented with pertinent information concerning a"
  100. 970 HT$(6) = "classic murder case that occurred in New York's Catskill Mountains."
  101. 980 HT$(7) = "Your challenge is to take these preliminary findings and determine, in"
  102. 990 HT$(8) = "fact, the identity of the Killer and, in your own mind, the manner in"
  103. 1000 HT$(9) = "which the crime was committed."
  104. 1010  RETURN 
  105. 1020  REM  
  106. 1030  REM  *MAIN MENU*
  107. 1040  REM 
  108. 1050 HT = 17
  109. 1060  REM 
  110. 1070 HT$(1) = "                    >> REPORTS AND/OR STATEMENTS <<"
  111. 1080 HT$(3) = "                    1- Frank W. Pennington, Sheriff"
  112. 1090 HT$(5) = "2- Max Faraday, Security Officer    3- James Simpson, Athletic Director"
  113. 1100 HT$(7) = "4- Clyde Augger, Cook's Helper      5- Joe MacDougall, Asst. Maintenance"
  114. 1110 HT$(9) = "6- Kenneth Mason, Doctor            7- Steven Monroe, Cook"
  115. 1120 HT$(11) = "8- Ted Dunbar, Ent. Director        9- Felix Flange, Chief Maintenance"
  116. 1130 HT$(13) = "------------------------------------------------------------------------"
  117. 1140 HT$(15) = "          { 1-2-3-4-5-6-7-8-9 } For Reports and/or Statements"
  118. 1150 HT$(17) = "          <SPACE>  =  Make Arrest           <ESCAPE>  =  Quit"
  119. 1160  RETURN 
  120. 1170  REM 
  121. 1180  REM  **FRANK PENNINGTON*
  122. 1190  REM 
  123. 1200 HT = 20
  124. 1210  REM 
  125. 1220 HT$(1) = "Preliminary Report: Page 1 of 4.............Frank W. Pennington, Sheriff"
  126. 1230 HT$(3) = "This office received a telephone call at approximately 7:15 AM on"
  127. 1240 HT$(4) = "Friday, September 17, 1982 from Mr. Max Faraday, Chief Security Officer"
  128. 1250 HT$(5) = "of the Crossroads Manor Hotel and Resort.  He reported having heard a"
  129. 1260 HT$(6) = "single gunshot within the hotel at 7:00 AM; then the discovery of a"
  130. 1270 HT$(7) = "deceased human being on the premises at 7:05 AM.  This office proceeded"
  131. 1280 HT$(8) = "on the basis of a probable homicide."
  132. 1290 HT$(10) = "In the company of my deputy, Harry Stone, I responded to this call and"
  133. 1300 HT$(11) = "arrived at Crossroads Manor at approximately 7:30 AM.  Crossroads Manor"
  134. 1310 HT$(12) = "is an expensive resort complex located on two hundred acres of land in"
  135. 1320 HT$(13) = "the Catskill Mountains of New York State, approximately six miles from"
  136. 1330 HT$(14) = "Pleasantville and within the geographic jurisdiction of this agency."
  137. 1340 HT$(15) = "Apart from a few small maintenance buildings, the resort consists of a"
  138. 1350 HT$(16) = "single large hotel which houses both guests and staff.  It is a four"
  139. 1360 HT$(17) = "story structure with a single story wing which comprises a large ball-"
  140. 1370 HT$(18) = "room.  The grounds contain a swimming pool, tennis courts, a skeet"
  141. 1380 HT$(19) = "shooting range, a nine-hole golf course, and other features that would"
  142. 1390 HT$(20) = "be appropriate to a vacation resort of this kind."
  143. 1400  RETURN 
  144. 1410  REM 
  145. 1420  REM  *PENNINGTON - PAGE #2*
  146. 1430  REM 
  147. 1440 HT = 20
  148. 1450  REM 
  149. 1460 HT$(1) = "Preliminary Report: Page 2 of 4.............Frank W. Pennington, Sheriff"
  150. 1470 HT$(3) = "Deputy Stone and I were met at the front entrance by Max Faraday, who"
  151. 1480 HT$(4) = "led us inside and escorted us to the ballroom.  I then observed the body"
  152. 1490 HT$(5) = "of Jonathan Sumner, owner and operator of Crossroads Manor, lying on"
  153. 1500 HT$(6) = "its back near the center of the room.  A pattern of buckshot from a"
  154. 1510 HT$(7) = "shotgun covered the front of the body, extending from the forehead to"
  155. 1520 HT$(8) = "the hips.  Although the bleeding was not profuse, spatterings of blood"
  156. 1530 HT$(9) = "were observed on the body in the area of the multiple wounds and on the"
  157. 1540 HT$(10) = "immediately surrounding floor."
  158. 1550 HT$(12) = "The ballroom itself measured forty feet by sixty feet.  Its only en-"
  159. 1560 HT$(13) = "trance was a double door leading into the room from the adjacent hall-"
  160. 1570 HT$(14) = "way.  A skylight, measuring five feet by five feet, was located in the"
  161. 1580 HT$(15) = "center of the fifteen foot ceiling.  At this time the skylight stood"
  162. 1590 HT$(16) = "totally open; the hinged glass and window frame had been folded back"
  163. 1600 HT$(17) = "and was resting out-of-sight on the rooftop.  There were no furnishings"
  164. 1610 HT$(18) = "of any kind in the room since the few things it normally contained had"
  165. 1620 HT$(19) = "been packed away several days earlier in anticipation of the resort's"
  166. 1630 HT$(20) = "closing for the winter."
  167. 1640  RETURN 
  168. 1650  REM 
  169. 1660  REM  *PENNINGTON PAGE #3*
  170. 1670  REM 
  171. 1680 HT = 15
  172. 1690  REM 
  173. 1700 HT$(1) = "Preliminary Report: Page 3 of 4.............Frank W. Pennington, Sheriff"
  174. 1710 HT$(3) = "Our examination of this room revealed no signs of a struggle, no scuffs"
  175. 1720 HT$(4) = "or marks of any kind on the floor or the walls, or in the hallway out-"
  176. 1730 HT$(5) = "side the room.  A double-barreled 12-gauge shotgun, identified as being"
  177. 1740 HT$(6) = "the property of Jonathan Sumner, was found lying on the floor about"
  178. 1750 HT$(7) = "twenty-five feet from the body.  One of the chambers was empty and the"
  179. 1760 HT$(8) = "other contained a spent shell.  There was a definite smell of burned"
  180. 1770 HT$(9) = "gunpowder in the room."
  181. 1780 HT$(11) = "Two men from the County Coroner's Office arrived and the body of Jona-"
  182. 1790 HT$(12) = "than Sumner was removed from the scene at approximately 8:20 AM.  It"
  183. 1800 HT$(13) = "was noted that it was unnecessary to mark the body's location on the"
  184. 1810 HT$(14) = "floor since the spatterings of blood formed a clear outline of the"
  185. 1820 HT$(15) = "body's position."
  186. 1830  RETURN 
  187. 1840  REM 
  188. 1850  REM  *PENNINGTON PAGE #4*
  189. 1860  REM 
  190. 1870 HT = 19
  191. 1880  REM 
  192. 1890 HT$(1) = "Preliminary Report: Page 4 of 4.............Frank W. Pennington, Sheriff"
  193. 1900 HT$(3) = "We were informed that the last guests had checked out of the hotel"
  194. 1910 HT$(4) = "shortly after Labor Day, and since that time the staff's activities had"
  195. 1920 HT$(5) = "been concerned with preparing the complex for its seasonal shutdown."
  196. 1930 HT$(6) = "The staff had been reduced to a skeleton crew, and since 4:00 PM the"
  197. 1940 HT$(7) = "previous day only nine people, including Jonathan Sumner, had been pre-"
  198. 1950 HT$(8) = "sent on the grounds."
  199. 1960 HT$(10) = "We were able to immediately rule out suicide.  To commit suicide with a"
  200. 1970 HT$(11) = "shotgun would require the weapon to be discharged at very close range"
  201. 1980 HT$(12) = "and the body would have been torn apart.  It was obvious that the"
  202. 1990 HT$(13) = "Killer of Jonathan Sumner had to be one of the remaining staff members."
  203. 2000 HT$(15) = "We immediately interrogated each of the eight suspects as to their act-"
  204. 2010 HT$(16) = "ivities and whereabouts during the preceding day and up to the time of"
  205. 2020 HT$(17) = "the body's discovery this morning.  We were subsequently able to inde-"
  206. 2030 HT$(18) = "pendently verify as true all details of the suspects' statements that"
  207. 2040 HT$(19) = "were capable of being independently verified."
  208. 2050  RETURN 
  209. 2060  REM 
  210. 2070  REM  *MAX FARADAY*
  211. 2080  REM 
  212. 2090 HT = 18
  213. 2100  REM 
  214. 2110 HT$(1) = "Statement: Page 1 of 2.....................Max Faraday, Security Officer"
  215. 2120 HT$(3) = "I spent yesterday checking the various security devices on the grounds."
  216. 2130 HT$(4) = "The gates and fence were in good repair.  All locks seemed to be in good"
  217. 2140 HT$(5) = "shape.  On Sumner's specific instructions, I left the skylight in the"
  218. 2150 HT$(6) = "ballroom completely open so that the area could air out before it was"
  219. 2160 HT$(7) = "closed and locked today.  The last time I actually saw Sumner was about"
  220. 2170 HT$(8) = "3:00 PM when I told him I would be leaving the grounds.  At 3:30 PM I"
  221. 2180 HT$(9) = "left and drove six miles to the Pleasantville Sheriff's Office to make"
  222. 2190 HT$(10) = "arrangements for them to keep an eye on the place during the off season."
  223. 2200 HT$(11) = "When I started to head back I found the battery dead in the truck, so I"
  224. 2210 HT$(12) = "called the resort and got Ted Dunbar on the phone.  He met me in town"
  225. 2220 HT$(13) = "at about five o'clock and we had a few drinks at Morry's Bar.  We"
  226. 2230 HT$(14) = "headed back to the Manor and got there about 6:15 PM.  After dinner I"
  227. 2240 HT$(15) = "went to my room and watched some TV.  I made one final security check"
  228. 2250 HT$(16) = "through the hotel between ten- and eleven-o'clock.  I was in the ball-"
  229. 2260 HT$(17) = "room at about 10:45 PM and everything seemed to be in order at that"
  230. 2270 HT$(18) = "time."
  231. 2280  RETURN 
  232. 2290  REM 
  233. 2300  REM  *FARADAY - PAGE #2*
  234. 2310  REM 
  235. 2320 HT = 13
  236. 2330  REM 
  237. 2340 HT$(1) = "Statement: Page 2 of 2.....................Max Faraday, Security Officer"
  238. 2350 HT$(3) = "As usual, when I got back to my room I gave Sumner a call in his room"
  239. 2360 HT$(4) = "and informed him that I had completed the check.  We didn't talk very"
  240. 2370 HT$(5) = "long because I caught him right in the middle of brushing his teeth."
  241. 2380 HT$(6) = "He just said, 'Okay.  See you tomorrow,' or something like that.  I then"
  242. 2390 HT$(7) = "went to bed and fell asleep about 11:30 PM.  I woke up about 6:45 AM and"
  243. 2400 HT$(8) = "was taking my time getting dressed when I heard the gunshot.  It was ex-"
  244. 2410 HT$(9) = "actly seven o'clock.  I grabbed my pants and headed out through the"
  245. 2420 HT$(10) = "hotel to investigate.  It took about five minutes to get to the ballroom"
  246. 2430 HT$(11) = "area.  As I was approaching the ballroom I saw Ken Mason approaching"
  247. 2440 HT$(12) = "from the opposite direction.  We discovered the body together."
  248. 2450  RETURN 
  249. 2460  REM 
  250. 2470  REM  *JAMES SIMPSON - PAGE #1*
  251. 2480  REM 
  252. 2490 HT = 19
  253. 2500  REM 
  254. 2510 HT$(1) = "Statement: Page 1 of 1..................James Simpson, Athletic Director"
  255. 2520 HT$(3) = "I spent most of yesterday working on the tennis courts, getting them in"
  256. 2530 HT$(4) = "shape for the winter, and packing things away in the pro shop.  I fin-"
  257. 2540 HT$(5) = "ished up about 4:15 PM and went to my room to clean up.  While I was"
  258. 2550 HT$(6) = "doing that, I broke a glass in the sink and gashed my left wrist pretty"
  259. 2560 HT$(7) = "good.  I couldn't get the bleeding stopped and had to go see Ken Mason."
  260. 2570 HT$(8) = "He got it stopped, put a bandage on me and gave me a couple of extra"
  261. 2580 HT$(9) = "ones in case it started up again.  I was feeling a little woozy and went"
  262. 2590 HT$(10) = "back to my room in hopes of lying down and dozing a little.  Sleeping"
  263. 2600 HT$(11) = "was pretty much impossible, however, because Sumner started practicing"
  264. 2610 HT$(12) = "with his shotgun at five o'clock.  I went to dinner at 6:30 PM, but de-"
  265. 2620 HT$(13) = "cided to skip dessert and went back to my room.  I called Sumner in his"
  266. 2630 HT$(14) = "room at about 8:00 PM to see if he had any additional athletic equipment"
  267. 2640 HT$(15) = "he wanted me to pack away.  He said that anything he still had he would"
  268. 2650 HT$(16) = "be taking back to the city.  I then watched a little TV and went to"
  269. 2660 HT$(17) = "sleep about 10:00 PM.  I probably heard the gunshot in the morning, but"
  270. 2670 HT$(18) = "it was really shouting voices in the hall that woke me up."
  271. 2680  RETURN 
  272. 2690  REM 
  273. 2700  REM  *CLYDE AUGGER - PAGE #1*
  274. 2710  REM 
  275. 2720 HT = 12
  276. 2730  REM 
  277. 2740 HT$(1) = "Statement: Page 1 of 1.......................Clyde Augger, Cook's Helper"
  278. 2750 HT$(3) = "I'm sure my story is the same as Steve Monroe's.  We laid around in the"
  279. 2760 HT$(4) = "sun most of yesterday, then started preparing dinner at about five"
  280. 2770 HT$(5) = "o'clock.  Dinner was at six-thirty in the dining room.  Everybody was"
  281. 2780 HT$(6) = "there.  I didn't much care for the taste of the strawberry shortcake, so"
  282. 2790 HT$(7) = "while everybody else was eating their's, I went and picked up the empty"
  283. 2800 HT$(8) = "tray from outside Sumner's door.  Monroe and I then cleaned up the"
  284. 2810 HT$(9) = "dining room and kitchen.  I went to bed about 9:00 PM.  A loud boom, the"
  285. 2820 HT$(10) = "gunshot I guess, woke me this morning.  That was at seven o'clock.  When"
  286. 2830 HT$(11) = "I didn't see Monroe after a while I figured he was still sleeping in his"
  287. 2840 HT$(12) = "room.  I woke him at 7:30 AM."
  288. 2850  RETURN 
  289. 2860  REM 
  290. 2870  REM  *JOE MACDOUGALL - PAGE #1*
  291. 2880  REM 
  292. 2890 HT = 16
  293. 2900  REM 
  294. 2910 HT$(1) = "Statement: Page 1 of 1.............Joe MacDougall, Assistant Maintenance"
  295. 2920 HT$(3) = "Felix and I worked together all day yesterday.  Sumner came by about"
  296. 2930 HT$(4) = "12:30 PM and talked with Felix; I don't know what about.  I guess that"
  297. 2940 HT$(5) = "was the last time I saw Sumner -- alive, that is.  We bent a blade on"
  298. 2950 HT$(6) = "the mower while we were cutting the south lawn and I was over in the"
  299. 2960 HT$(7) = "machine shop from 5:15 PM to 5:45 PM trying to find a new one.  When I"
  300. 2970 HT$(8) = "got back, Felix and I were still able to get the mowing done in time to"
  301. 2980 HT$(9) = "get to dinner at 6:30 PM.  I was plenty hungry and could have eaten"
  302. 2990 HT$(10) = "seconds on dessert, but Augger ran me out of the room saying he had to"
  303. 3000 HT$(11) = "get the area cleaned up.  Felix and I then went to our room.  He watched"
  304. 3010 HT$(12) = "some TV; I read a newspaper.  We went to sleep right after the eleven"
  305. 3020 HT$(13) = "o'clock news.  I think the sound of the gunshot woke me up this morning."
  306. 3030 HT$(14) = "I was just trying to shake myself awake when Felix came into the room"
  307. 3040 HT$(15) = "from the hallway and said he thought something had happened.  This was"
  308. 3050 HT$(16) = "a few minutes after seven."
  309. 3060  RETURN 
  310. 3070  REM 
  311. 3080  REM  *KENNETH MASON - PAGE #1*
  312. 3090  REM 
  313. 3100 HT = 18
  314. 3110  REM 
  315. 3120 HT$(1) = "Statement: Page 1 of 2.............................Kenneth Mason, Doctor"
  316. 3130 HT$(3) = "I was busy most of yesterday packing up equipment for transport back to"
  317. 3140 HT$(4) = "the city.  Flange and MacDougall started cutting the grass outside my"
  318. 3150 HT$(5) = "window about 4:00 PM.  Shortly after four-thirty Jim Simpson showed up"
  319. 3160 HT$(6) = "and needed some medical attention.  He had accidentally cut his wrist"
  320. 3170 HT$(7) = "and was having some trouble getting the bleeding stopped.  I fixed him"
  321. 3180 HT$(8) = "up and he was on his way before 5:00 PM.  Flange knocked on my window"
  322. 3190 HT$(9) = "about five-fifteen.  I gave him some lemonade out of my refrigerator and"
  323. 3200 HT$(10) = "we shot the breeze for about half-an-hour."
  324. 3210 HT$(12) = "Oh, yes, I heard Sumner practicing his shotgun-shooting while we were"
  325. 3220 HT$(13) = "drinking the lemonade.  He does that at the skeet range right outside"
  326. 3230 HT$(14) = "the private entrance to his room; makes it very handy."
  327. 3240 HT$(16) = "I went to dinner at 6:30 PM; everybody was there, although Simpson did"
  328. 3250 HT$(17) = "leave the table a little early because he still wasn't feeling well."
  329. 3260  RETURN 
  330. 3270  REM 
  331. 3280  REM  *MASON - PAGE #2*
  332. 3290  REM 
  333. 3300 HT = 14
  334. 3310  REM 
  335. 3320 HT$(1) = "Statement: Page 2 of 2.............................Kenneth Mason, Doctor"
  336. 3330 HT$(3) = "After dinner I went back to my office briefly, then went back to my room"
  337. 3340 HT$(4) = "and fell asleep shortly after 10:00 PM.  The route from the dining room"
  338. 3350 HT$(5) = "to my office takes you right past Sumner's door.  I could hear a TV or"
  339. 3360 HT$(6) = "radio playing in there as I went by."
  340. 3370 HT$(8) = "I had awoke a few minutes before 7:00 AM and was still lying in bed when"
  341. 3380 HT$(9) = "I heard the gunshot.  As I said before, I had often heard Sumner -- and"
  342. 3390 HT$(10) = "other people -- shooting outside on the skeet range.  This gunshot ob-"
  343. 3400 HT$(11) = "viously came from inside the building.  I got up and immediately left my"
  344. 3410 HT$(12) = "room to look around.  In just a few minutes I saw Max Faraday coming"
  345. 3420 HT$(13) = "along the hall near the ballroom.  We both discovered the body at the"
  346. 3430 HT$(14) = "same time."
  347. 3440  RETURN 
  348. 3450  REM 
  349. 3460  REM  *STEVEN MONROE - PAGE #1*
  350. 3470  REM 
  351. 3480 HT = 20
  352. 3490  REM 
  353. 3500 HT$(1) = "Statement: Page 1 of 1...............................Steven Monroe, Cook"
  354. 3510 HT$(3) = "Clyde Augger and I didn't have much to do yesterday.  We prepared a noon"
  355. 3520 HT$(4) = "meal -- just a sort of pickup affair where people can stop by and grab"
  356. 3530 HT$(5) = "something if they want it.  Sumner stopped by just a few minutes before"
  357. 3540 HT$(6) = "noon and took a sandwich.  Augger and I then sat in the sun reading mag-"
  358. 3550 HT$(7) = "azines until 5:00 PM.  I knew the time -- although I checked my watch to"
  359. 3560 HT$(8) = "be sure -- because I could hear Sumner start up with his shotgun.  Aug-"
  360. 3570 HT$(9) = "ger and I used that as a signal to start preparing the evening meal."
  361. 3580 HT$(10) = "After serving everybody in the dining room, I left a tray right outside"
  362. 3590 HT$(11) = "Sumner's door at about 6:45 PM -- as was my custom since he always ate"
  363. 3600 HT$(12) = "this meal in his room.  The meal was pleasant enough and everybody was"
  364. 3610 HT$(13) = "there about an hour.  Oh, Simpson did leave the table a little sooner"
  365. 3620 HT$(14) = "than usual.  He had cut his arm earlier in the day and said he was feel-"
  366. 3630 HT$(15) = "ing a little weak and wanted to lie down.  We cleaned up after the meal;"
  367. 3640 HT$(16) = "then, about 9:00 PM, Augger went to bed.  I went to sleep about"
  368. 3650 HT$(17) = "11:00 PM.  I don't remember hearing the gunshot this morning.  But since"
  369. 3660 HT$(18) = "I'm a sound sleeper and my room is the furthest one from the ballroom,"
  370. 3670 HT$(19) = "that's probably the reason.  Augger woke me at 7:30 AM."
  371. 3680  RETURN 
  372. 3690  REM 
  373. 3700  REM  *TED DUNBAR - PAGE #1*
  374. 3710  REM 
  375. 3720 HT = 19
  376. 3730  REM 
  377. 3740 HT$(1) = "Statement: Page 1 of 1................Ted Dunbar, Entertainment Director"
  378. 3750 HT$(3) = "My stage manager and three stage hands were still on the grounds yester-"
  379. 3760 HT$(4) = "day helping me.  We spent most of the day cleaning up the amphitheatre."
  380. 3770 HT$(5) = "From 2:00 PM to 4:00 PM we were loading scenery into a large truck that"
  381. 3780 HT$(6) = "had been rented for that purpose.  At 4:00 PM the stage manager and crew"
  382. 3790 HT$(7) = "left in the truck for the city.  I then got a call from Max Faraday that"
  383. 3800 HT$(8) = "he was stuck in Pleasantville.  I stopped by Sumner's office and told"
  384. 3810 HT$(9) = "him I'd be gone for a while, then left the grounds about 4:45 PM and met"
  385. 3820 HT$(10) = "Faraday in town about five o'clock.  We had a few drinks in a bar, then"
  386. 3830 HT$(11) = "got back to the resort about 6:15 PM.  I had dinner in the dining room"
  387. 3840 HT$(12) = "with the rest of the staff, except for Sumner who never had an evening"
  388. 3850 HT$(13) = "meal with us and preferred to eat in his room.  As was his habit, once"
  389. 3860 HT$(14) = "he retired to his room in the early evening, he was seldom seen again"
  390. 3870 HT$(15) = "until the next morning.  I don't remember anything unusual at dinner."
  391. 3880 HT$(16) = "Simpson did indicate he was feeling poorly.  After dinner I went to my"
  392. 3890 HT$(17) = "room and went to sleep about 10:30 PM.  I was woke up by the sound of"
  393. 3900 HT$(18) = "the gunshot at seven this morning, same as the rest of the staff."
  394. 3910  RETURN 
  395. 3920  REM 
  396. 3930  REM  *FELIX FLANGE - PAGE #1*
  397. 3940  REM 
  398. 3950 HT = 18
  399. 3960  REM 
  400. 3970 HT$(1) = "Statement: Page 1 of 1...................Felix Flange, Chief Maintenance"
  401. 3980 HT$(3) = "MacDougall and I spent most of yesterday storing away grounds-keeping"
  402. 3990 HT$(4) = "equipment.  I talked briefly with Sumner just after the noon hour.  He"
  403. 4000 HT$(5) = "wanted to know if we intended to do any more grass-cutting.  In the late"
  404. 4010 HT$(6) = "afternoon we spent a couple of hours mowing the large south lawn, just"
  405. 4020 HT$(7) = "outside Doc Mason's office.  At maybe ten minutes after five the machine"
  406. 4030 HT$(8) = "hit a rock and bent its blade.  MacDougall headed off to the machine"
  407. 4040 HT$(9) = "shop behind the amphitheatre to see if he could find a replacement.  I"
  408. 4050 HT$(10) = "took the opportunity to have a break and had some lemonade with Doc"
  409. 4060 HT$(11) = "Mason.  MacDougall got back with a new blade about 5:45 PM; he'd had to"
  410. 4070 HT$(12) = "scrounge through a lot of boxes to find it.  Yeah, I heard Sumner"
  411. 4080 HT$(13) = "practicing his skeet shooting at the range, which is just outside his"
  412. 4090 HT$(14) = "room on the north side of the hotel.  He does that everyday for about a"
  413. 4100 HT$(15) = "half-hour, starting at 5:00 PM.  I had dinner at 6:30 PM; everybody was"
  414. 4110 HT$(16) = "there except Sumner.  Then MacDougall and I watched some TV in our room"
  415. 4120 HT$(17) = "and went to sleep about 11:30 PM.  The gunshot woke us in the morning."
  416. 4130  RETURN 
  417. 4140  REM 
  418. 4150  REM  *QUIT ROUTINE*
  419. 4160  REM 
  420. 4170 HT = 6
  421. 4180  REM 
  422. 4190 HT$(2) = "1- Retire in Ignorance"
  423. 4200 HT$(4) = "2- Receive Solution"
  424. 4210 HT$(6) = "3- Keep Playing"
  425. 4220  RETURN 
  426. 4230  REM 
  427. 4240  REM  *MAKE ARREST*
  428. 4250  REM 
  429. 4260 HT = 15
  430. 4270  REM 
  431. 4280 HT$(1) = "                         --- MAKE AN ARREST ---"
  432. 4290 HT$(3) = "1- Max Faraday, Security Officer    2- James Simpson, Athletic Director"
  433. 4300 HT$(5) = "3- Clyde Augger, Cook's Helper      4- Joe MacDougall, Asst. Maintenance"
  434. 4310 HT$(7) = "5- Kenneth Mason, Doctor            6- Steven Monroe, Cook"
  435. 4320 HT$(9) = "7- Ted Dunbar, Ent. Director        8- Felix Flange, Chief Maintenance"
  436. 4330 HT$(11) = "-----------------------------------------------------------------------"
  437. 4340 HT$(13) = "                  { 1-2-3-4-5-6-7-8 }  To Make Arrest"
  438. 4350 HT$(15) = "                  { ESCAPE } = Continue Investigation"
  439. 4360  RETURN 
  440. 4370  REM 
  441. 4380  REM  *EVALUATE ARREST*
  442. 4390  REM 
  443. 4400  IF GG = 50  THEN HT = 8: GOTO 4420
  444. 4410 HT = 10
  445. 4420 GG = GG -48
  446. 4430  REM 
  447. 4440 HT$(2) = "        -- Making An Arrest! --"
  448. 4450 HT$(4) = "      -- >>  " +AA$(GG) +"  << --       "
  449. 4460  IF GG = 2  THEN  GOTO 4480
  450. 4470 HT$(6) = "        Sorry!  You're Wrong!!": GOTO 4490
  451. 4480 HT$(6) = "  You Got Him.  Put The Cuffs On Him."
  452. 4490 HT$(8) = "   { SPACE } = Detailed Explanation"
  453. 4500  IF GG = 2  THEN  GOTO 4520
  454. 4510 HT$(10) = "       { ESCAPE } = Keep Playing"
  455. 4520  RETURN 
  456. 4530  REM 
  457. 4540  REM  *MAKE CLICK*
  458. 4550  REM 
  459. 4560  FOR AB = 1 TO 4:BU =  PEEK(49200): NEXT : RETURN 
  460. 4570  REM 
  461. 4580  REM  *FLIP INSTRUCTION*
  462. 4590  REM 
  463. 4600  VTAB (VV): POKE 36,H +ZZ -26: PRINT "{ Press <SPACE> For More }"
  464. 4610  RETURN 
  465. 4620  REM 
  466. 4630  REM  *CHOICE INSTRUCTION*
  467. 4640  REM 
  468. 4650  VTAB (VV): POKE 36,H +ZZ -23: PRINT "{ END - Press <SPACE> }"
  469. 4660  RETURN 
  470. 4670  REM 
  471. 4680  REM  *KEY INPUT*
  472. 4690  REM 
  473. 4700  POKE 49168,0: VTAB (VV): POKE 36,H +ZZ +1: GET A$
  474. 4710 GG =  PEEK(49152)
  475. 4720  RETURN 
  476. 4730  REM 
  477. 4740  REM  *NULL STUFF*
  478. 4750  REM 
  479. 4760  FOR Q = 1 TO 23
  480. 4770 HT$(Q) = ""
  481. 4780 LT(Q) = 0
  482. 4790  NEXT 
  483. 4800 ZZ = 0
  484. 4810  RETURN 
  485. 4820  REM 
  486. 4830  REM  *BOX PRINTING ROUTINE*
  487. 4840  REM 
  488. 4850  HOME : PRINT :HT = HT +3
  489. 4860  REM 
  490. 4870  REM  *MEASURE LENGTH OF
  491. 4880  REM        LONGEST LINE*
  492. 4890  REM 
  493. 4900  FOR Q = 1 TO HT
  494. 4910 LT(Q) =  LEN(HT$(Q))
  495. 4920  IF LT(Q) >ZZ  THEN ZZ = LT(Q)
  496. 4930  NEXT 
  497. 4940  REM  *FIND UPPER LEFT
  498. 4950  REM   80-COLUMN START*
  499. 4960  REM 
  500. 4970 V =  INT(13 -(HT/2))
  501. 4980 H =  INT(39 -(ZZ/2))
  502. 4990  REM 
  503. 5000  REM  *MEASURE FOR INSTRUCTION*
  504. 5010  REM 
  505. 5020 VV = V +(HT -2)
  506. 5030 HH = ZZ -20
  507. 5040  REM 
  508. 5050  REM  *DRAW HORIZONTAL
  509. 5060  REM      TOP & BOTTOM*
  510. 5070  REM 
  511. 5080  FOR Q = V TO (V +HT)  STEP HT -1
  512. 5090  FOR Z = (H -1) TO (H +ZZ +4)
  513. 5100  VTAB (Q): POKE 1403,(Z -1): PRINT "";
  514. 5110  NEXT Z: NEXT Q
  515. 5120  REM 
  516. 5130  REM  *DRAW VERTICAL SIDES*
  517. 5140  REM 
  518. 5150  FOR Q = V +1 TO (V +HT -2)
  519. 5160  VTAB (Q): POKE 1403,(H -2): PRINT "|";: POKE 1403,(H +ZZ +2): PRINT "|";
  520. 5170  NEXT 
  521. 5180  REM 
  522. 5190  REM  *PRINT CONTENTS
  523. 5200  REM           OF BOX*
  524. 5210  REM 
  525. 5220 Z = 1
  526. 5230  GOSUB 4560: REM  - CLICK
  527. 5240  FOR Q = (V +1) TO (V +HT -1)
  528. 5250  VTAB (Q): POKE 1403,(H +1): PRINT HT$(Z);
  529. 5260 Z = Z +1
  530. 5270  NEXT 
  531. 5280  GOSUB 4560: REM  - CLICK
  532. 5290  RETURN 
  533. 5300  REM  
  534. 5310  REM  *END OF PRINTING ROUTINE*
  535. 5320  REM 
  536. 5330  REM  *DATA ON NAMES*
  537. 5340  REM 
  538. 5350  DATA  "Max Faraday","James Simpson","Clyde Augger","Joe MacDougall","Kenneth Mason","Steven Monroe","Ted Dunbar","Felix Flange"
  539. 5360  REM 
  540. 5370  REM  --------------------
  541. 5380  REM 
  542. 5390  REM   SAMUEL W. DAVIS
  543. 5400  REM   2341 MCCOIG AVENUE
  544. 5410  REM   LAS VEGAS, NEVADA
  545. 5420  REM   89119
  546. 5430  REM 
  547. 5440  REM   1-702-736-0072
  548. 5450  REM 
  549. 5460  REM  --------------------
  550. 5470  REM