Gracias
Código:
on (release) {
if (_root.txtScroll.slider._y == -60) {
} else {
_root.txtScroll.texto._y=-60;
_root.txtScroll.slider._y=-60;
}
}

