Scrolling dynamic text

Hey boys and girls! :beam:

I’ve been trying to make my own scroll button, with this simple AS:

on (rollOver) {
	myText.scroll++;
}

Simple, but it’s not so smooth! Could someone tell me how to make it more smooth, or perhaps scroll with ease? <:}

here is a file that might help you… not sure if you want it smoother than this or not…