home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / devr00.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1996-02-14  |  104 b   |  7 lines

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