Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/07/2008, 22:28
Avatar de jhonnyfernando
jhonnyfernando
 
Fecha de Ingreso: abril-2006
Ubicación: Bogotá - Colombia
Mensajes: 103
Antigüedad: 18 años
Puntos: 1
Respuesta: duda con scroll

claro que puedes pero debes cambiar el .text por el .htmtext

Código:
_root.texto1_txt.html = true;
_root.texto1_txt.htmltext = "Primera linea<br>Segunda linea<br><b>Linea en negrita</b>";
_root.texto2_txt.html = true;
_root.texto2_txt.htmltext = "Primera linea<br>Segunda linea<br><b>Linea en negrita</b>";
_root.barra.setScrollTarget(_root.texto1_txt);
_root.texto1_txt.onScroller = function(){
    _root.texto2_txt.scroll = _root.texto1_txt.scroll;
};
y listo.

si algo me dices
__________________
Gracias por los puntos!

Saludes ;-)