home *** CD-ROM | disk | FTP | other *** search
- global activsp, activsam, filenamelist, s_sozaipath
-
- on action me
- copyfilename = "PM02-" & filenamelist[activsam] & ".mov"
- topaht = s_sozaipath & copyfilename
- if the machineType = 256 then
- filesaveasdialog(EMPTY, copyfilename, copyfilename & " ǝÉRÉsÅ[", 1)
- else
- filesaveasdialog(EMPTY, copyfilename, copyfilename & " ǝÉRÉsÅ[")
- end if
- if the result = EMPTY then
- exit
- end if
- frompath = the result
- copyfile(topaht, frompath)
- end
-