Search code examples
actionscript-3textboxflash-cs4

auto scroll in a dynamic text box (as3)


I have a dynamic text box called logtxt. I add text to this whenever i click on my box object.(this works fine) I have a UIScrollBar attached to the text box(still works). But I need it to automatically scroll to the bottom whenever I add text.

I don't even know where to start so if anyone give me some hints...


Solution

  • Take a look at the scrollV property of TextField.