Scrolling text stops

Hello, I have a text box that scrolls and displays dynamically load text. It works fine except it stops scrolling at a certain point (after a certain amount of text …not more than a full page if it were typed out in a Word doc). It still functions as I can scroll back up and down again but stopping at the same point and not allowing the user to read the rest of the text. Does anyone have any idea why it would stop scrolling?

Thank you,

Abel

The scroll bar cannot exist on the timeline before the text box has been populated with its content. ie. can’t have both originate on the same frame. Quick fix: have the text box inherit its content in frame 6 and have the scrollbar appear in frame 7. This ensures that the scrollbar is properly refreshed and the text box has loaded all of its content (since the scroll bar measures amount of possible scroll based on the quantity of text in it.)

Good luck.