Scroll reposition

so I have a scroll bar in my portfoilio section, which is made using a movie. You can obviously slide the scroll bar to view tumbnails under the [COLOR=blue]web section[/COLOR] . when a user presses another button in the portfolio section to view my [COLOR=blue]3d section[/COLOR] it hides the [COLOR=blue]web section[/COLOR] and shows the 3d section.

What is the code to have the scroll bar “refresh” to the beginning of the [COLOR=blue]web section[/COLOR] when the [COLOR=blue]3d section[/COLOR] is pressed? Is this possible? I’ve looked but can’t seem to find anything.

I think you use setScrollPosition, but I’m not sure where I put all this. My scroll movie is called “printscroller” and the scroller within that movie is called “dragger”. Hope this helps.

Thanks.

Im assuming you are using the scrollbar component.
Whenever you change the text, reset the scroll position for the textfield to the default position:

mytextfield.scroll=1;