Scrollbar bug

Hi,

This is the problem I´m having with the scrollbar component:

in the timeline, on each frame, I have a textfield with a scrollbar component to scroll the text.
If I go to the first frame, read the content scrolling the bar to the botton end, and then passing to the next frame to read the next text, on that text the scrollbar would be at the same position as I left on the previous frame. The problem is that sometimes parts of the content (text) dispears…

Seems that the scrollbar position should be set to default each time the movie moves to a frame with texts and scrollbar.

how can I fix that?

it sounds like the problem is instances. you have the same scrollbar with the same name copied over multiple frames.

make each textbox+scrollbar+text combo into a symbol and have one on each frame. now that the scrollbars have different paths b/c their instance names are different from being inside a symbol they should have their own individual properties and appear to jump back to the top when you go to the next frame