home *** CD-ROM | disk | FTP | other *** search
- start:
-
- rem This program "rewards" incorrect answers.
-
- rem It requires approximately 64K of RAM.
-
- width 40
- locate 81,81
-
- for a=1 to 1000
- sound a,1
- next a
- for wait=1 to 5000
- next wait
-
- cls
- locate 12,18
- a$=chr$(15)
- print a$
- color 7,8
- locate 14,16
- print "Splat."
-
- sound 8000,5
-
- locate 81,81
-
- for delay=1 to 10
- for delayagn=1 to 32000
- next delayagn
- next delay
- color 7,0
-
- finish:
- cls
- width 80
- end
-