X Y values question

when making a movie what is the easyest way of findins cord. values… and when you set and external file is it centering on the values you put in or is it starting at ther top right?

_x and _y are movieclip properties you can use the find the (x,y) coordinates.

When you load an external file to a movieclip, the external file attaches it’s upper left corner (well, to you it would be upper left) to the registration point of the clip you are loading to.