home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / ondas.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  103 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     MyUnload()
  6.     play done
  7.   end if
  8. end
  9.