home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- puppetSound("jaws2")
- set the castNum of sprite 3 to 50
- set the castNum of sprite 20 to 91
- end
-
- on mouseLeave
- set the castNum of sprite 3 to 51
- set the castNum of sprite 20 to 85
- end
-
- on mouseDown me
- if the platform contains "windows,32" then
- open("@\pcsw\ie5setup.exe")
- quit()
- else
- open("@\macsw\installer")
- quit()
- end if
- end
-
- on doubleClick me
- nothing()
- end
-