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:
Text File  |  2001-02-22  |  243 b   |  13 lines

  1. on exitFrame
  2.   global gCurrSndList, gCurrAnimaList
  3.   if (gCurrSndList <> []) and not soundBusy(1) then
  4.     advanceSndList()
  5.   end if
  6.   if gCurrAnimaList <> [] then
  7.     advanceAnimaList()
  8.   else
  9.     fillBearsTime()
  10.   end if
  11.   go(the frame)
  12. end
  13.