Ver Mensaje Individual
  #10 (permalink)  
Antiguo 27/02/2007, 09:49
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 8 meses
Puntos: 406
Re: SetTextFormat ?

Cuando se utiliza el código así:
_root.createTextField("mytext", 1, 100, 100, 300, 100);
mytext.multiline = true;
mytext.wordWrap = true;
mytext.border = false;
myformat = new TextFormat();
myformat.font = "Arial";
myformat.size = 10;
myformat.color = 0xff0000;
mytext.text = "este es mi primer texto de objeto de campo de prueba";
mytext.setTextFormat(myformat);

Se puede cambiar: la fuente, el color y el tamaño de la fuente.
Coloca MovieClip.createTextField() en el Panel de acciones y presiona F1 allí tienes la información.

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/