Thank you for replying to my question and after a couple of
hours I was able to figure it out.
windowmc.bgmc
windowmc.textfield
Im creating a pop up window with a text field in it and then
I attached a handle mc on the lower right corner of the window
movieclip as a resize handle. So whenever I would stretch my window
movieclip it wont affect the textfield. I resolved it by resizing
the bgmc inside the windowmc instead of just the windowmc(which
will affect the textfield).
Thanks.