home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01.dir / 00396.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  81 b   |  8 lines

  1. on busyWave
  2.   if soundBusy(1) then
  3.     return 1
  4.   else
  5.     return 0
  6.   end if
  7. end
  8.