home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00207_installbutton.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  256 b   |  16 lines

  1. on mouseEnter
  2.   puppetSound("jaws2")
  3.   set the castNum of sprite 3 to 50
  4.   set the castNum of sprite 20 to 91
  5. end
  6.  
  7. on mouseLeave
  8.   set the castNum of sprite 3 to 51
  9.   set the castNum of sprite 20 to 85
  10. end
  11.  
  12. on mouseDown
  13.   open("madfish1.exe")
  14.   quit()
  15. end
  16.