try this

code:

//_x & _y are the co-ordinates which u wish the movie to be ok
on (release){
loadMovie ("1.jpg", "Image1");
_root.Image1._x = 0;
_root.Image1._y = 0;
}