Currently, I have arrow buttons that scroll the text field when they are clicked. What script do I use to scroll the textfield as the button is held down? As opposed to clicking it each time to go down or up. Even to mouse over the arrow buttons to scroll would be nice.
Here is my current script:
on(press){
form.body_txt.scroll++;
}
I am currently using VARs (to dynamically load external data) on my dyn text boxes so it would have to be something that calls the instance name of the dyn text box.
Thanks!
Daniel