home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / mranmenu.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  136 b   |  11 lines

  1. on mouseUp
  2. end
  3.  
  4. on mouseDown
  5.   pushbtn()
  6.   if rollOver(clickOn()) then
  7.     sound fadeOut 1, 2 * 60
  8.     go(1, "mran03.dir")
  9.   end if
  10. end
  11.