Scrolling dynamicly pulled .txt file?

I am pulling text from an external .txt file and I would like to use two buttons to scroll the text…not a scroll bar. I built my buttons and can apply the Scroll AS
(on (release) {
About_Text.scroll += 16;
})
but How can I apply a smooth scroll on Rollover???