Hi, I’ve been using a javascript to add functionality to Acorn, but I’ve recently reinstalled my computer from scratch and I need help remembering where to put the javascript script that scales a layer when I call the script. Can anyone tell me where to put the script?
tell application “Acorn”
tell document 1
do filter name “Scale Layer Down 10”
end tell
end tell