Position on screen of a mouse click

Is anyone aware of a way to capture the position on the screen where the mouse has clicked using applescript? Thanks in advance.

to figure out where the mouse is located on the screen, open up pixie under the development folder. As for clicking the mouse on a specific location, i recommend using extra suites, which could be downloaded here This program allows mouse clicks, enter keystroke and a whole lot more. I use it if I can’t get a program to do a specific task. Hope that is what you were looking for

~Balthamos

You can get pointer’s coordinates using XTools:
http://www.osaxen.com/xtool.html
Though, if you wanna capture also when the user clicked the screen, you’d need probably do it within your own environment, using an AppleScript Studio application, or similar. Eg, you can’t guess when the user clicked the button “foo” in the app “Safari”.