Hello,
I have two buttons to scroll up and down a text field. Here is the code I have on them:
Button 1
on (release) {
textfield.scroll–;
textfield.scroll–;
textfield.scroll–;
textfield.scroll–;
}
Button 2
on (release) {
textfield…scroll++;
textfield.scroll++;
textfield.scroll++;
textfield.scroll++;
}
My problem is it doesnt scroll the text field. Any idea why not? The text is dynamically loaded into the text field - thats why i’m not using the flash component because it doesnt seem to work with text loaded into the field.
The text field i’m trying to scroll is on the main timeline of a movie loaded into a main movie.
Hope someone can help,
Cheers :block: