
June 6th, 2009, 10:20 AM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 47
Time spent in forums: 3 h 1 m
Reputation Power: 7
|
|
|
Get mouse coordinates
Title says it all. I basically want to open up a lot of files, get the number of files, then loop through each one. However, I need to grab X by X pixels of any given part of each image. I can always select() then move the selection, but that will take more time (got a lot of images). Would like to just click in my desired space, get the X-Y coordinates of the click, and select() from there. Possible w/ Javascript in CS4?
Looked through the docs and Googled my nuts off, but haven't found anything.
|