 
			
				18/03/2005, 16:26
			
			
			     |  
        |     |    |    Fecha de Ingreso: febrero-2004  
						Mensajes: 2.185
					  Antigüedad: 21 años, 8 meses Puntos: 9     |        |  
  |      hola kotosh. 
te voy a dar este dato.   
debes primero converti el texto en clip de pelicula y darle un nombre de instancia en este caso se llama "exto" 
Hace dos botones (para subir y bajar) 
luego al boton de subir le agregas este codigo   
onClipEvent (enterFrame) { 
    if (_root.mov == 1) { 
        if (_root.texto._y<160) {     "modifica este valor segun tu tamaño de texto" 
            _root.texto._y += 5;       "aceleracion del texto" 
        } 
    }     
para el boton bajar:   
onClipEvent (enterFrame) { 
    if (_root.mov == 2) { 
        if (_root.texto._y>-180) {     "modifica este valor segun tu tamaño de texto" 
            _root.texto._y -= 5;         "aceleracion del texto 
        } 
    } 
}   
}     
hacelo y me contas     
				__________________  Diseñador Gráfico publicitario           |