Scrolling

Hi.
Can anybody tell me what should i do in order to get continuous scrolling of text on button rollover? I currently use the

on (press, keyPress “<Up>”) {
text.scroll -= 1;
}

way but i don’t like it so much