# Edit Movie Clip Size?

**URL:** https://forum.kirupa.com/t/edit-movie-clip-size/12895
**Category:** Uncategorized
**Created:** [February 5, 2003, 10:46pm UTC](https://forum.kirupa.com/t/edit-movie-clip-size/12895 "2003-02-05T22:46:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![adham\_a](https://avatars.discourse-cdn.com/v4/letter/a/91b2a8/32.png) [@adham\_a](https://forum.kirupa.com/u/adham_a)
#### Post date: [February 5, 2003, 10:46pm UTC](https://forum.kirupa.com/t/edit-movie-clip-size/12895/1 "2003-02-05T22:46:52Z")

</div>

Hello all, and nice homepage  
A lot of thanks for the usefull tutorials

A Question ???  
Can we edit the size of the movieclip to take the size of the original document.

:sigh:

---

<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: [February 5, 2003, 10:50pm UTC](https://forum.kirupa.com/t/edit-movie-clip-size/12895/2 "2003-02-05T22:50:52Z")

</div>

Like… Make a movieClip in a 400x500 document… Be that size instead of it’s normal?!

Yeah…

mc.\_width = 400;  
mc.\_height = 500;

That will let you set the height and width of a movieCLip.

---

<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: [February 5, 2003, 11:55pm UTC](https://forum.kirupa.com/t/edit-movie-clip-size/12895/3 "2003-02-05T23:55:20Z")

</div>

That’s what i meant  
Thanks a lot wise man :elderly:
