Question
rotate
Hi
I want to move my selection to a fixed point (x=100, y = 100). The center of this selection should be these coordinates..;
app.selection[0].move([(100,100)]
will move the selection to this coordinate beginning of one of the corners... Not in the center..
Please Help