Created
June 21, 2011 02:17
-
-
Save ccgus/1037099 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Acorn" | |
set d to open "srv:Users:gus:Pictures:MyImage.acorn" | |
delay 0.5 | |
tell document 1 | |
flip canvas direction horizontal | |
undo | |
flip canvas direction vertical | |
undo | |
close | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment