Setting property

A movie is loaded into level2, how do I set the property of this movie on level2 to the _x and _y co-ords that I want.

_level2._root.moviename._x = 200;
_level2._root.moviename._y = 200;