home *** CD-ROM | disk | FTP | other *** search
/ Computer Guide / COMPUTER.iso / demo / windows / 01.dir / 00001.ls next >
Encoding:
Text File  |  1998-03-29  |  196 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("windows\")) & "CONTROL")
  9. end
  10.