home *** CD-ROM | disk | FTP | other *** search
/ Computer Guide / COMPUTER.iso / demo / office / shared.dir / 00454.ls < prev    next >
Encoding:
Text File  |  1998-03-29  |  195 b   |  10 lines

  1. on mouseUp
  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.   go(1, chars(pathName(), 1, length(pathName()) - length("office\")) & "CONTROL")
  9. end
  10.