Making MovieClips Bigger, wihout resizing them

Hello,

Well, let’s say I have a MC with 10 lines of text in it. And It’s 100x100 in size. if I issue this actionscript:

samplemc._width = 200;
samplemc._height = 200;

It makes the MC bigger, but I can only see the same 10 lines, only two times bigger.

My question: Is there a way of making a MC bigger (or smaller) in a fashion, that you change the area of it, not it’s size (thus making me able to see 20 lines of text). If this requires actionscript 3.0, I would still love to hear it.

Thank You!