home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1991-06-03 | 390 b | 19 lines |
- 10 CLS
- 20 SCREEN 7
- 24 LOCATE 12,17:PRINT "BOOM!"
- 25 FOR I=1 TO 100:PALETTE 0,INT(RND*16)
- 26 NEXT I
- 27 PALETTE 0,0
- 28 CLS
- 30 OPEN "SQM2.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 walk out of the closet and back out"
- 100 PRINT "into the classroom. Gee, you wonder how"
- 110 PRINT "those kids managed to vanish so fast..."
- 120 FOR I=1 TO 50000:NEXT I
- 130 CHAIN "SQ2"
-