home *** CD-ROM | disk | FTP | other *** search
/ Glowing Icon Sampler (Explicit Version) / GLOWING_ICON_SAMPLER.BIN / pc / holo / panic.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1994-01-01  |  115 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   if soundBusy(2) then
  6.     sound stop 2
  7.   end if
  8. end
  9.