Question
scrolling text
HI, Im using following script to scroll text field:
on (press) {
_root.text.scroll = _root.Text.scroll + 1;
}
It scrolls down one line at a time or two (+2). Can some body help me with a script that, when I pres button it keeps on scrolling untill it reaches the last line?
Thanks In Advance.
on (press) {
_root.text.scroll = _root.Text.scroll + 1;
}
It scrolls down one line at a time or two (+2). Can some body help me with a script that, when I pres button it keeps on scrolling untill it reaches the last line?
Thanks In Advance.