home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1991-06-03 | 1.1 KB | 50 lines |
- 10 CLS
- 20 SCREEN 7
- 30 OPEN "SQM3.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:CLOSE 1
- 80 LOCATE 15,1:COLOR 15
- 90 PRINT"You hotfoot it down the hall to the"
- 100 PRINT"Principal's office. He will want to "
- 110 PRINT"hear about your missing class too! But"
- 120 PRINT"before you make it there, you step on"
- 130 PRINT"something... squelch!"
- 140 FOR I=1 TO 60000:NEXT I
- 150 CLS
- 160 PRINT:PRINT:PRINT:PRINT:PRINT
- 170 PRINT"YOU LOOK DOWN TO SEE WHAT IT WAS YOU"
- 180 PRINT"ACCIDENTALLY STEPPED ON JUST NOW..."
- 190 FOR I=1 TO 40000:NEXT I
- 200 CLS
- 230 OPEN "SQM3.2" FOR INPUT AS 1
- 240 INPUT#1,Z,X,F,Y
- 250 FOR L=X TO Y:FOR I=Z TO F
- 260 INPUT#1,A:PSET(I,L),A
- 270 NEXT I:NEXT L:CLOSE 1
- 280 FOR I=1 TO 20000:NEXT I
- 290 CLS
- 300 CLS
- 330 OPEN "SQM3.3" FOR INPUT AS 1
- 340 INPUT#1,Z,X,F,Y
- 350 FOR L=X TO Y:FOR I=Z TO F
- 360 INPUT#1,A:PSET(I,L),A
- 370 NEXT I:NEXT L:CLOSE 1
- 380 LOCATE 15,1:PRINT " 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARGH!' "
- 390 FOR I=1 TO 30000:NEXT I
- 400 CLS
- 430 OPEN "SQM3.1" FOR INPUT AS 1
- 440 INPUT#1,Z,X,F,Y
- 450 FOR L=X TO Y:FOR I=Z TO F
- 460 INPUT#1,A:PSET(I,L),A
- 470 NEXT I:NEXT L:CLOSE 1
- 480 LOCATE 15,1
- 490 PRINT"You hotfoot it down the hall a good "
- 500 PRINT"sixty times faster than before! The "
- 510 PRINT"little creature doesn't attempt to "
- 520 PRINT"go after you. You don't stop running"
- 530 PRINT"until you are in the Science room."
- 535 FOR I=1 TO 70000:NEXT I
- 540 CHAIN "sqm4"
-