How to make a smooth text scroller?

on the website i’m making now i made a scroll-button. But with the code i used you have to click a lot!

Does anybody knows how to make it like when you hold the button it keeps scrolling.

on (release) {
	newsbox.scroll -= 1;
}