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

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     sound playFile 1, "netsnd.aif"
  4.   end if
  5.   if soundBusy(2) = 0 then
  6.     sound playFile 2, "DevM.aif"
  7.   end if
  8.   devMRoll()
  9.   go(marker(0))
  10. end
  11.