PDA

View Full Version : Scroller problems



levisuel
July 30th, 2003, 09:26 PM
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

claudio
July 30th, 2003, 09:30 PM
Aplly on your button:textField.scroll = 0;

levisuel
July 30th, 2003, 09:34 PM
wow thx its working ! And thx u for that 1min super fast reply ! hehe thx again

claudio
July 30th, 2003, 09:37 PM
welcome =)