home *** CD-ROM | disk | FTP | other *** search
/ Computer Guide / COMPUTER.iso / demo / windows / 01.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1998-03-29  |  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.