home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the machineType = 256 then
- open(the moviePath & "winsoft\utilities\quicktime\QuickTime 3 Installer.exe")
- repeat with x = 1 to 120
- set the puppet of sprite x to 0
- end repeat
- updateStage()
- quit()
- else
- open("1qt3")
- repeat with x = 1 to 120
- set the puppet of sprite x to 0
- end repeat
- updateStage()
- quit()
- end if
- end
-