Scroller problems

Hi ppl !

I have a little problem. I have a textbox where i have external txt files load in. Every times i click on a button, the text changes to another txt file. Theres no problems here but 1 problem for the scroller. If i scroll down the textbox, then click on a button to change the text, well the scroll is still down… is there a way (with actionscript) to be it back to the top ?

Thx a lot
u guys rocks

Aplly on your button:[AS]textField.scroll = 0;[/AS]

wow thx its working ! And thx u for that 1min super fast reply ! hehe thx again

welcome =)