Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/06/2010, 12:57
N3uRo
 
Fecha de Ingreso: julio-2006
Mensajes: 17
Antigüedad: 18 años, 4 meses
Puntos: 0
Respuesta: mostrar texto mediante script

Cita:
Iniciado por racso2006 Ver Mensaje
pero me gustaria saber como acerlo con actionscript tambien :D
Lo más básico:

var texto:TextField = new TextField();
texto.text = "Mi texto";
addChild(texto);

Mirate:

http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html