Stage.Width & Stage.height

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