Scrolling buttons

Ok im using this action script for a scrolling button.

on(release) {
    myText.scroll -= 1;
}

Is this right because it does not scroll up or down.