Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to make AppleScripts much faster?

Answer: use "ignoring application responses" like in this example:

on run {fn,fpx,fpy}
ignoring application responses
tell app "Finder" to set the position of folder fn to fpx,fpy
end ignoring
end run


The biggest plugin in space...