home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00136_installcomp.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  342 b   |  17 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.   if the platform contains "windows,32" then
  11.     open("@\pcsw\iesetup.exe")
  12.   else
  13.     open("@\macsw\installer")
  14.   end if
  15.   quit()
  16. end
  17.