home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Programming for Teens
/
GameProgrammingForTeens.iso
/
Source
/
chapter03
/
demo03-05.bb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-06
|
237 b
|
9 lines
;demo03-05.bb - Closes program after player presses ESC.
Print "Why did you open this progam?"
Repeat
Print "Press Esc to exit."
;wait a sec
Delay 1000
;repeat until user hits esc
Until KeyHit(1)
Print "Program is ending."