I am loadling in xml (text) that loads into a movieclip in which I can scroll. The text loads in fine and my scroll bar works. I have the scroll bar and loaded text in a movieclip called mcContent. I have a dynamically set mask that moves on and off of mcContent that will show or disappear the movicelip. At this point everything works fine. If the text I load is very very long (let’s say 15 paragraphs), the text still loads, my scroll bar still works but the mask I set over the entire thing (mcContent) no longer masks. It appears that the length of the text box breaks the mask. Does anyone have a solution for this problem?:ne: