home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / hsqdemo.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  215 b   |  18 lines

  1. on sndwait1
  2.   repeat while soundBusy(1)
  3.     nothing()
  4.   end repeat
  5. end
  6.  
  7. on sndwait2
  8.   repeat while soundBusy(2)
  9.     nothing()
  10.   end repeat
  11. end
  12.  
  13. on sndwait3
  14.   repeat while soundBusy(3)
  15.     nothing()
  16.   end repeat
  17. end
  18.