on(press){
onEnterFrame = function(){ // make it loop
biography_text.scroll-=1;
}
}

on(release){
onEnterFrame = null; // cancel loop
}