home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
setup
/
data1.cab
/
Program_Executable_Files
/
Collection.dir
/
00034.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-19
|
260 b
|
19 lines
on retpass
if the key = RETURN then
dontPassEvent()
end if
end
on passthirdret
if the lineCount of member "Title" >= 3 then
if the key = RETURN then
dontPassEvent()
end if
end if
end
on noesc
put the keyCode
dontPassEvent()
end