home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Painter Bear's Language Bridge — Italian
/
Bridge_ponte_itialian.iso
/
pc
/
helpers
/
open.dxr
/
00022_wordSearch script.ls
< 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
|
2001-02-22
|
297 b
|
16 lines
on exitFrame
global gCurrSndList, gCurrAnimaList
if (gCurrSndList <> []) and not soundBusy(1) then
advanceSndList()
end if
go(the frame)
end
on keyUp
if ("abcdefghijklmnopqrstuvwxyz" contains the key) or (the key = BACKSPACE) then
findWord()
else
stopEvent()
end if
end