Movieclip behavior when dynamically resizing

I have a simple movieclip (a short horizontal line). When I try to dynamically resize its width:

line._width += 100;

the line becomes fatter as well as longer. Why is this and how do I get around this problem?