The application and source code.This guide is for Tiger and possibly Leopard, but I do not know. It will show you how to create a program that will move a Finder window around without user intervention. The best part is you don’t have to write a line of code.
1: Open Script Editor.app (you can find that in your /Applications/AppleScript folder).
2: Press the button on the top of the window that says “Record.”
3: Navigate back to the Finder.
4: Open up a new window.
5: Move that window around, letting go of the mouse after every few seconds of moving (I find that lots of smaller movements create great looking animation.)
6: Once you are done, navigate back to Script Editor and click stop.
7: Save it to either a script or an application bundle. It is very important to not save it as an application because if you do, it will only compile for what architecture you are on. An application bundle is universal.
8: Click play and watch a Finder window go around the screen like magic!
(The source code for my version will be uploaded tomorrow or later.)



