home *** CD-ROM | disk | FTP | other *** search
- on xtracopy
- if the platform contains "Mac" then
- maccopy()
- else
- openXLib("Xtras\filecopy")
- set fileName to the pathName & "..\screens\" & the name of cast the mouseCast
- if fileName > EMPTY then
- set nameofcastmember to the mouseMember
- delete char 1 to 3 of nameofcastmember
- set nameofcastmember to 120 + nameofcastmember
- set wFileName to doSaveAsDlg(the pathName & "..\screens\" & nameofcastmember, "Tiffs@*.tif")
- if wFileName > EMPTY then
- set result to CopyFile(wFileName, fileName)
- put result
- end if
- end if
- closeXLib("Xtras\filecopy")
- end if
- end
-