home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member("YESOVER")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("YESOVER")
- set the member of sprite the currentSpriteNum to member("YES")
- end
-
- on mouseDown me
- set the memberNum of sprite 6 to 207
- set the stageColor to the stageColor
- sprite(24).visible = 0
- sprite(25).visible = 0
- sprite(26).visible = 0
- sprite(27).visible = 0
- set the stageColor to the stageColor
- if the platform contains "windows,32" then
- open("@\software\qtime\QuickTime30.exe")
- else
- open("@\software\qtime\QuickTimeInstall")
- end if
- end
-