home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00187_installmadasafish.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  407 b   |  25 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 me
  13.   if the platform contains "windows,32" then
  14.     open("@\pcsw\ie5setup.exe")
  15.     quit()
  16.   else
  17.     open("@\macsw\installer")
  18.     quit()
  19.   end if
  20. end
  21.  
  22. on doubleClick me
  23.   nothing()
  24. end
  25.