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