# Movie width and height

**URL:** https://forum.kirupa.com/t/movie-width-and-height/25944
**Category:** Uncategorized
**Created:** [July 17, 2003, 9:51pm UTC](https://forum.kirupa.com/t/movie-width-and-height/25944 "2003-07-17T21:51:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DigitalPimp](https://avatars.discourse-cdn.com/v4/letter/d/5f8ce5/32.png) [@DigitalPimp](https://forum.kirupa.com/u/DigitalPimp)
#### Post date: [July 17, 2003, 9:51pm UTC](https://forum.kirupa.com/t/movie-width-and-height/25944/1 "2003-07-17T21:51:26Z")

</div>

Somebody was wondering how to adjust a MC’s movie height and width to the stages but somehow the post got deleted but I was in the process of answering the question. Here is the answer anyways just to post it.

* * *

For some reason these numbers were off but I see that no matter what I change the stage to they seem to always stay the same.

onClipEvent(load) {  
trace(“The height is:” + Stage.height);  
trace(“The width is:” + Stage.width);  
this.\_width = Stage.width+4; //change the 4 to whatever the difference is between the actual width and what the trace says.  
this.\_height = Stage.height+104;//change the 104 to whatever the difference is between the actual height and what the trace says.

## }

Maybe this will help somebody…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 17, 2003, 10:20pm UTC](https://forum.kirupa.com/t/movie-width-and-height/25944/2 "2003-07-17T22:20:33Z")

</div>

The same thread was posted in the Flash ActionScript section. That’s why the thread in this section was deleted. 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 17, 2003, 10:21pm UTC](https://forum.kirupa.com/t/movie-width-and-height/25944/3 "2003-07-17T22:21:21Z")

</div>

I see this now…
