home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1991-06-03 | 3.1 KB | 118 lines |
- 10 CLS
- 20 SCREEN 7
- 30 OPEN "SQM4.1" FOR INPUT AS 1
- 40 INPUT#1,Z,X,F,Y
- 50 FOR L=X TO Y:FOR I=Z TO F
- 60 INPUT#1,A:PSET(I,L),A
- 70 NEXT I:NEXT L
- 80 CLOSE 1
- 90 LOCATE 15,1
- 100 PRINT"You scrape some of the slime off of "
- 110 PRINT"your shoe, and make a wet mount out of "
- 120 PRINT"it. Then you look at it through the "
- 130 PRINT"microscope, and find..."
- 140 FOR I=1 TO 70000:NEXT I
- 150 CLS
- 160 OPEN "SQM4.2" FOR INPUT AS 1
- 170 INPUT#1,Z,X,F,Y
- 180 FOR L=X TO Y:FOR I=Z TO F
- 190 INPUT#1,A:PSET(I,L),A
- 200 NEXT I:NEXT L
- 210 CLOSE 1
- 220 LOCATE 15,1
- 230 PRINT"Hm. Fascinating! These creatures are "
- 240 PRINT"clearly animals, as they have no cell "
- 250 PRINT"wall. But, they seem to photosynthesise"
- 260 PRINT"because there are chloroplasts in their"
- 270 PRINT"cells! What can it mean?"
- 280 FOR I=1 TO 80000:NEXT I
- 290 LOCATE 15,1
- 300 PRINT"The puzzle is becoming curiouser and "
- 310 PRINT"curiouser. It is not uncommon to see "
- 320 PRINT"photosynthetic animal organisms, but "
- 330 PRINT"you have never seen one this large "
- 340 PRINT"before! Where did they come from?"
- 350 FOR I=1 TO 70000:NEXT I
- 360 CLS
- 370 OPEN "SQM3.1" FOR INPUT AS 1
- 380 INPUT#1,Z,X,F,Y
- 390 FOR L=X TO Y:FOR I=Z TO F
- 400 INPUT#1,A:PSET(I,L),A
- 410 NEXT I:NEXT L
- 420 CLOSE 1
- 430 LOCATE 15,1
- 440 PRINT"You are certain that these creatures "
- 450 PRINT"are somehow connected to the sudden "
- 460 PRINT"dissappearence of everyone in school. "
- 470 PRINT"You head on down to the Principal's "
- 480 PRINT"office once again, noting with interest"
- 490 PRINT"the UFO parked outside."
- 500 FOR I=1 TO 80000:NEXT I
- 505 CLS
- 510 FOR I=1 TO 10000:NEXT I
- 520 OPEN "SQM3.3" FOR INPUT AS 1
- 530 INPUT#1,Z,X,F,Y
- 540 FOR L=X TO Y:FOR I=Z TO F
- 550 INPUT#1,A:PSET(I,L),A
- 560 NEXT I:NEXT L
- 570 CLOSE 1
- 580 LOCATE 15,1:PRINT" THE U.F.O. PARKED OUTSIDE??!"
- 590 FOR I=1 TO 20000:NEXT I:CLS
- 600 OPEN "SQM4.3" FOR INPUT AS 1
- 610 INPUT#1,Z,X,F,Y
- 620 FOR L=X TO Y:FOR I=Z TO F
- 630 INPUT#1,A:PSET(I,L),A
- 640 NEXT I:NEXT L
- 650 CLOSE 1
- 660 LOCATE 15,1
- 670 PRINT"Indeed, an enormous Unidentified Flying"
- 680 PRINT"Object is hovering over the school, "
- 690 PRINT"lighting up the night with the blaze "
- 700 PRINT"from it's glowing engines."
- 710 FOR I=1 TO 60000:NEXT I
- 720 LOCATE 15,1
- 730 PRINT"You are now sure that, wherever all the"
- 740 PRINT"school people have gotten to, the alien"
- 750 PRINT"beings must have put them there. And "
- 760 PRINT"they couldn't get you because you were "
- 770 PRINT"hidden in the closet! "
- 780 FOR I=1 TO 80000:NEXT I
- 790 CLS
- 800 OPEN "SQM3.1" FOR INPUT AS 1
- 810 INPUT#1,Z,X,F,Y
- 820 FOR L=X TO Y:FOR I=Z TO F
- 830 INPUT#1,A:PSET(I,L),A
- 840 NEXT I:NEXT L
- 850 CLOSE 1
- 860 LOCATE 15,1
- 870 PRINT"You once again hotfoot it down the hall"
- 880 PRINT"(your feet are by now probably so hot "
- 890 PRINT"they could sublimate) in the direction "
- 900 PRINT"of the Cafeteria. There are enormous "
- 910 PRINT"windows there... and if the aliens are "
- 920 PRINT"capable of locomotion and are also "
- 930 PRINT"photosynthetic, that is where they will"
- 940 PRINT"be found!!!"
- 950 FOR I=1 TO 80000:NEXT I:CLS
- 1000 OPEN "SQM4.4" FOR INPUT AS 1
- 1010 INPUT#1,Z,X,F,Y
- 1020 FOR L=X TO Y:FOR I=Z TO F
- 1030 INPUT#1,A:PSET(I,L),A
- 1040 NEXT I:NEXT L
- 1050 CLOSE 1
- 1060 LOCATE 15,1
- 1070 PRINT"Uh, oh! Apparently these creatures "
- 1080 PRINT"protect their interests. Two Alien Leaf"
- 1090 PRINT"Forms block the entrance to the Caf. "
- 1100 PRINT"Now how are you going to get past these"
- 1110 PRINT"two uglies?"
- 1120 FOR I=1 TO 40000:NEXT I
- 1130 CLS
- 1140 PRINT:PRINT:PRINT:PRINT:PRINT
- 1150 PRINT"ANSWER: You aren't. You beat a quick "
- 1160 PRINT"retreat and end up in the Principal's "
- 1170 PRINT"office. (Hey, this is where you were "
- 1180 PRINT"going in the first place!)"
- 1190 FOR I=1 TO 60000:NEXT I
- 1200 CHAIN "sq4"
-