home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Painter Bear's Language Bridge — Italian
/
Bridge_ponte_itialian.iso
/
pc
/
helpers
/
open.dxr
/
00024_quiz.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
|
2001-02-22
|
243 b
|
13 lines
on exitFrame
global gCurrSndList, gCurrAnimaList
if (gCurrSndList <> []) and not soundBusy(1) then
advanceSndList()
end if
if gCurrAnimaList <> [] then
advanceAnimaList()
else
fillBearsTime()
end if
go(the frame)
end