AutoScrolling Button for TextBox

Hey, I am having some problems making a textbox of mine scroll automatically. I currently just have this:

 on(press){
presstext.scroll++;
}

but that doesn’t work and I saw somewhere that maybe I need to use a hittest or something? If anyone can help, that’d be greatly appreciated.