home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00103.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  139 b   |  10 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     puppetSound("explode.aif")
  4.     go(the frame)
  5.   else
  6.     nothing()
  7.   end if
  8.   go(the frame)
  9. end
  10.