home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the machineType = 256 then
- go(the netpage, "http://www.quicktime.com")
- repeat with x = 1 to 120
- set the puppet of sprite x to 0
- end repeat
- updateStage()
- quit()
- else
- go(the netpage, "http://www.quicktime.com")
- repeat with x = 1 to 120
- set the puppet of sprite x to 0
- end repeat
- updateStage()
- quit()
- end if
- end
-