onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse,_root._ymouse,false)) {
premuto=true;
}
}
onClipEvent (mouseUp) {
premuto=false;
}
onClipEvent (enterFrame) {
if (premuto) {
_parent.news.scroll--;
}
}

Questo è quello che ho usato io