home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member("installcom2")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("installcom1")
- end
-
- on mouseDown me
- if the platform contains "windows,32" then
- open("@\pcsw\iesetup.exe")
- else
- open("@\macsw\installer")
- end if
- quit()
- end
-