# Stage.Width & Stage.height

**URL:** https://forum.kirupa.com/t/stage-width-stage-height/313553
**Category:** flash
**Created:** [September 2, 2010, 2:15pm UTC](https://forum.kirupa.com/t/stage-width-stage-height/313553 "2010-09-02T14:15:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![darrenmtaylor84](https://avatars.discourse-cdn.com/v4/letter/d/9dc877/32.png) [@darrenmtaylor84](https://forum.kirupa.com/u/darrenmtaylor84)
#### Post date: [September 2, 2010, 2:15pm UTC](https://forum.kirupa.com/t/stage-width-stage-height/313553/1 "2010-09-02T14:15:19Z")

</div>

Hi Guys,

I have a ‘cc’ aligned stage and have a menu swf which currently sticks to the bottom right of the main movie using:

onClipEvent (enterFrame) {  
this.slideTo(Stage.width/2+175,Stage.height/2-50,4);  
}

How would i go about having the menu swf stick to the bottom left of the main movie rather than the right?

Thanks for your help,

Darren
