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

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < 90
  4.     nothing()
  5.   end repeat
  6.   if soundBusy(1) = 0 then
  7.     puppetSound("VYINST.AIF")
  8.   end if
  9.   go(#loop)
  10. end
  11.