147 posts
Location
England
Posted 31 October 2012 - 06:22 PM
Any ideas how to make a scrolling text box. So when the text box reaches a certain amount of characters it will scroll to the left.
139 posts
Posted 31 October 2012 - 07:15 PM
have a look at the textutils api it has paged functions
147 posts
Location
England
Posted 31 October 2012 - 08:50 PM
That doesn't have the stuff I am looking for. I don't want to scroll the page, I want to scroll the text box like Windows text boxes do
2005 posts
Posted 31 October 2012 - 11:13 PM
Then you have to make your own function, just base it on how the textutils functions are structured.