Copy link to clipboard
Copied
Is there a way in a javasript to ask the user to select a point and then get that information back as an X and Y value?
Eric
Views
Translate
Report
One way, if you have cs4, is have the user drop a color sampler. Then you could do something like this
app.activeDocument.colorSamplers[0].position;// get the positionapp.activeDocument.colorSamplers[0].remove()// remove the sample
Votes
never-displayed
Find more inspiration, events, and resources on the new Adobe Community