Using a mask can disturb your _width property

although your movieclip may be very small, when tracing it’s _width property, you might find it extremely large (say 600 px wide)

The reason is because you’re using a mask layer which contains a 600 px wide fill.

Is there anyway at all of reading the “appearing” width of the movieclip, which does not include the mask width itself?

Thanks!