Skip to content

Instantly share code, notes, and snippets.

@ccgus
Created June 21, 2011 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccgus/1037099 to your computer and use it in GitHub Desktop.
Save ccgus/1037099 to your computer and use it in GitHub Desktop.
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