Page 1 of 1
Script for setting x,y positions to 0
Posted: Sat May 23, 2015 6:10 pm
by zpremie
Hey i am new to AS, and i would like to ask if it is possible when you reposition a layer to set its new coordinates of x,y being 0. (not reseting, cause this will cause the layer to go back to its original place, but just having the new origin set to 0).
i hope you understood what i am trying to say, english not my native language
Re: Script for setting x,y positions to 0
Posted: Sat May 23, 2015 7:08 pm
by synthsin75
You can reset the origin to the center of the layer with the Set Origin tool, but this will not be 0,0 if you've moved the layer. Just set the origin to the opposite of the x,y values of the layer move.
Re: Script for setting x,y positions to 0
Posted: Sun May 24, 2015 12:32 pm
by zpremie
synthsin75 wrote:You can reset the origin to the center of the layer with the Set Origin tool, but this will not be 0,0 if you've moved the layer. Just set the origin to the opposite of the x,y values of the layer move.
thx for your time , i know what you said but i thought that i could have a command like in maya, that every object can have its own 0,0 coords in the world.