I am trying to let a dynamic text field scroll on 'Hover' over a button.

I have the simple:
on (rollOver) {
info_txt.scroll -= 2;
}

but this simply scrolls the text field 2 lines on the event of rolling onto the button.
How may i acheive getting the text field to continue scrolling untill i roll out?