home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-03-04 | 656 b | 19 lines | [TEXT/ToyS] |
- property gasLocation : {40, 60}
-
- on run
- set sysF to (path to system folder) as string
- set dstF to (path to trash)
-
- set progW to display progress titled "Copy Test" subtitled "System & Finder" maximum 20 located at gasLocation
-
- repeat with i from 1 to 20 by 2
- «event ÅkuaCpyF» (sysF & "System") as alias with «class over» given «class dest»:dstF
- display progress progW value i
- «event ÅkuaCpyF» (sysF & "Finder") as alias with «class over» given «class dest»:dstF
- display progress progW value i + 1 with alternate color
- end repeat
-
- set gasLocation to screen location of (display progress progW)
- display progress progW with disposal
- end run
-