home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global logoPath, LANGSETUP
- if LANGSETUP = "e" then
- if the machineType = 256 then
- set logoPath to "..\logo\"
- else
- set logoPath to ":logo:"
- end if
- end if
- if LANGSETUP = "f" then
- if the machineType = 256 then
- set logoPath to "..\logo\"
- else
- set logoPath to ":logo:"
- end if
- end if
- xtracopyLogo()
- end
-