home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / main.dir / 00050.ls < prev    next >
Encoding:
Text File  |  1996-02-10  |  191 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     sound playFile 1, "netsnd.aif"
  4.   end if
  5.   set the volume of sound 1 to 100
  6.   set the volume of sound 2 to 255
  7.   sound playFile 2, "mintro.aif"
  8. end
  9.