Scroll arrows

Is there an easy way to make custom scroll arrows and applying action script to the arrows?

i have found this code

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

but it scrolls one line per mouse click. I would like to have on press scroll and then on release stop scroll, something like that. any sugestions