# Stage align?

**URL:** https://forum.kirupa.com/t/stage-align/314750
**Category:** Uncategorized
**Created:** [October 7, 2010, 3:34pm UTC](https://forum.kirupa.com/t/stage-align/314750 "2010-10-07T15:34:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![somdow](https://avatars.discourse-cdn.com/v4/letter/s/f05b48/32.png) [@somdow](https://forum.kirupa.com/u/somdow)
#### Post date: [October 7, 2010, 3:34pm UTC](https://forum.kirupa.com/t/stage-align/314750/1 "2010-10-07T15:34:17Z")

</div>

ok so say i have a full site flash right…i have my content movieclip called

" centerMC "

and i want to align my content to the center…with this below

```auto
centerMC.x = stage.stageWidth / 2;

```

which works btw…  
so how do i align it when my movieclips registration point is set to top left???

i dont put my mc reg.point to center because a scroller and mask im using need the top left to do its math.

im so lost lol

thanks in advance:megaman\_x:
