Need help with with action script-scroll command

Hi, I new to actionscript so please help me with this problem. :h:

I’m trying to create my own scrolling buttons. One button will scroll upwards, the other downwards. I’ve managed to get the buttons to work with the following actionscript command in each button :

on (press)
{
“name of my text”.scroll += 1 ;
}

The reason I’m asking for help is that my scrollbar currently goes up/down one line each time I press the mouse button. What I want it to do is not only to go up one line after each press, but also to go up/down continuously while keeping the mouse button pressed on the buttons I created. What command do I need to use.

Thanks

I tried a different approach and now it works.

Thanks anyway :slight_smile:

Good. Glad you worked it out. :stuck_out_tongue: