Hello,

Is it possible to discount the width of an elongated masked movieclip?

Basically i have a masked clip, which is a image slider, however when i center the container clip using

Actionscript Code:
myClip._x = (Stage.width - myClip._width) / 2;

it takes onboard the width of the masked clip and does not truly visually center it, so am I able to ignore that hidden width?

Thank you in advance