home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1991-06-04 | 1.6 KB | 63 lines |
- 10 CLS
- 20 SCREEN 7
- 30 OPEN "INTRO.004" 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:CLOSE 1
- 80 LOCATE 15,1
- 90 PRINT"'Sir, I'm sorry for what I did, locking"
- 100 PRINT"you in the closet and all. Can you"
- 110 PRINT"ever forgive me?'"
- 120 FOR I=1 TO 55555:NEXT I
- 130 CLS
- 140 OPEN "INTRO.001" FOR INPUT AS 1
- 150 INPUT#1,Z,X,F,Y
- 160 FOR L=X TO Y:FOR I=Z TO F
- 170 INPUT#1,A:PSET(I,L),A
- 180 NEXT I:NEXT L:CLOSE 1
- 190 LOCATE 15,1
- 200 PRINT"'Of course, Nick! If it wasn't for your"
- 210 PRINT" little joke, I'D have been captured by"
- 220 PRINT" the creatures too, and there would've "
- 230 PRINT" been no hope.'"
- 240 FOR I=1 TO 70000:NEXT I
- 250 LOCATE 15,1
- 260 PRINT"'As a matter of fact, you deserve a "
- 270 PRINT" reward. I have completely altered your"
- 280 PRINT" Science mark. If you'd just go and get"
- 290 PRINT" me my clipboard... it's in the closet'"
- 300 FOR I=1 TO 70000:NEXT I
- 305 CLS
- 310 FOR I=1 TO 50000:NEXT I
- 320 LOCATE 12,17:PRINT "SMASH!"
- 330 FOR I=1 TO 10000:NEXT I
- 340 CLS
- 345 OPEN "fin" FOR INPUT AS 2
- 350 INPUT#2,Z,X,F,Y
- 360 FOR L=X TO Y:FOR I=Z TO F
- 370 INPUT#2,A:PSET(I,L),A
- 380 NEXT I:NEXT L:CLOSE 2
- 390 LOCATE 15,1
- 400 PRINT"'Hey, what do you think you are doing?!"
- 410 PRINT" you can't do this to me! Aw, teacher! "
- 420 PRINT" I said I was sorry! Mr. Plasma? Hello?"
- 430 PRINT" is anybody listening?"
- 440 FOR I=1 TO 70000:NEXT I
- 450 FOR L=0 TO 15:PALETTE L,0:FOR I=1 TO 1000:NEXT I:NEXT L
- 460 CLS
- 470 LOCATE 12,16:PRINT"THE END"
- 480 FOR L=0 TO 15:PALETTE L,L:FOR I=1 TO 1000:NEXT I:NEXT L
- 490 FOR I=1 TO 80000:NEXT I
- 500 SCREEN 9:SCREEN 0
- 510 PRINT"Thanks for playing SCIENCE QUEST!"
- 520 PRINT:PRINT"Graphics, story, puzzles, script, neat "
- 530 PRINT"stuff, development system & the program "
- 540 PRINT"the graphics were drawn on by:"
- 550 PRINT" MARK SPRAGUE"
- 560 PRINT:PRINT"Special thanks & apologies to:"
- 570 PRINT"NICHOLAS MICHON"
- 580 PRINT"Lt. Col RYAN MORRIS"
- 590 PRINT"MR. HENRY PASMA"
- 600 SYSTEM
-