# What's the syntax for the size of the entire movie?

**URL:** https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653
**Category:** flash
**Created:** [September 18, 2002, 7:19pm UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653 "2002-09-18T19:19:34Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Twinkles](https://avatars.discourse-cdn.com/v4/letter/m/9fc29f/32.png) [@Mr\_Twinkles](https://forum.kirupa.com/u/Mr_Twinkles)
#### Post date: [September 18, 2002, 7:19pm UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/1 "2002-09-18T19:19:34Z")

</div>

I want to move an movie clip according to the size of the entire flash movie, rather than just the movie clip. Anyone know the correct way to do this?

---

<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: [September 18, 2002, 10:16pm UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/2 "2002-09-18T22:16:42Z")

</div>

Can you be more specific.

---

<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: [September 18, 2002, 11:35pm UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/3 "2002-09-18T23:35:07Z")

</div>

hrmmm well.

You want to know the size of the main stage so that you can know when the movie clip goes off that stage or something like that? there probably is an thing th get the x size and y size of the stage…i usualy just use numbers… like 550 for width and 400 for height. unless you are changing the size of the stage…it doesn’t really matter 🙂

---

<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: [September 19, 2002, 3:52am UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/4 "2002-09-19T03:52:54Z")

</div>

yeah, that’s the way i’m doing it now, but i just wanted to know so i can use a relative instead of absolute, just in case some parameters of the movie change during development. thanks for your help, but if you ever find a way to do this let me know.

---

<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: [September 19, 2002, 6:36am UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/5 "2002-09-19T06:36:40Z")

</div>

in mx:

Stage.width

---

<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: [September 19, 2002, 6:37am UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/6 "2002-09-19T06:37:22Z")

</div>

With MX, you can get the scene dimensions with Stage.width and Stage.height. And I believe that you could use getBounds to get them with Flash 5. I’ll check that.

pom :asian:

---

<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: [September 19, 2002, 6:38am UTC](https://forum.kirupa.com/t/whats-the-syntax-for-the-size-of-the-entire-movie/5653/7 "2002-09-19T06:38:40Z")

</div>

No fast enough… ☹
