home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish1.exe / madfish1.dxr / 00094.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  370 b   |  18 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member("installcom2")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member("installcom1")
  7. end
  8.  
  9. on mouseDown me
  10.   quit()
  11.   if the platform contains "windows,32" then
  12.     open("@\pcsw\win95\en\packages\ie4setup.exe")
  13.   else
  14.     open("@\macsw\installer")
  15.   end if
  16.   quit()
  17. end
  18.