# Problem with changing MC width&height

**URL:** https://forum.kirupa.com/t/problem-with-changing-mc-width-height/126931
**Category:** Uncategorized
**Created:** [October 28, 2004, 4:21pm UTC](https://forum.kirupa.com/t/problem-with-changing-mc-width-height/126931 "2004-10-28T16:21:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Just\_Tal](https://avatars.discourse-cdn.com/v4/letter/j/cdc98d/32.png) [@Just\_Tal](https://forum.kirupa.com/u/Just_Tal)
#### Post date: [October 28, 2004, 4:21pm UTC](https://forum.kirupa.com/t/problem-with-changing-mc-width-height/126931/1 "2004-10-28T16:21:55Z")

</div>

Hello!

I have a problem to change MC width&height

My code is:

\_root.Lpic1.loadMovie(“pics/view/Lpic1.jpg”);  
Lpic1.\_width = 50 ;  
Lpic1.\_height = 50 ;  
when I Play it, the MC is does’nt show

If i take off the rows  
Lpic1.\_width = 50 ;  
Lpic1.\_height = 50 ;

it will work…  
also \_xscale & yscalse works… but I need specific size.

10X
