home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
optimus
/
agata
/
home.dir
/
00243.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-20
|
197 b
|
15 lines
on exitFrame
go(the frame)
end
on keyDown
global theCoord
if the commandDown and (the key = "q") and (the exitLock = 1) then
doCreditsQuit(theCoord)
end if
end
on mouseUp
go(4)
end