home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the platform = "Windows,32" then
- open(the moviePath & "software\Javascript\Script.exe")
- else
- if the platform = "Windows,16" then
- open(the moviePath & "software\Javascript\Script.exe")
- else
- open(the moviePath & "software:Javascript:Script Folder.sea")
- end if
- end if
- end
-