Auto Scrolling

How can i make a dynamic text box scroll automatically and pause when the user mouses over the text?

on one of my buttons I have this actionscript (right now i have it scrolling manually with up and down buttons).

on (release) {
txtBox.scroll+=1;
}