How would i get and store the X, Y, Z co ordinates of an object in a script, or each individually, for example:
xPos =
yPos =
zPos =
the reason to do this is so that i could copy one or more of one objects co-ords to another eg:
cube(xPosition) = sphere(xPosition)
any help appreciated, thanx