use "rollOver" instead of "press"


on(rollOver)
{
biography_text.scroll=biography_text.scroll-1;
}

And here is what I putted for the down button
on(rollOver)
{
biography_text.scroll=biography_text.scroll+1;
}