Math Question

If you make a movie clip on top of the stage, with the same dimensions of the stage (say its the default, 550 x 400), you can get the width and height of the movie clip and divide by 2.

xOrigin = myMovieClip_mc._width/2;
yOrigin = myMovieClip_mc._height/2;

Now do your coordinates from these points.