home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the platform = "Windows,32" then
- open(the moviePath & "software\JavaApplet\PC\SETUP.EXE")
- else
- if the platform = "Windows,16" then
- open(the moviePath & "software\JavaApplet\PC\SETUP.EXE")
- else
- open(the moviePath & "software:JavaApplet:AnfyMacBeta1.sea")
- end if
- end if
- end
-