
18/01/2008, 10:19
|
 | | | Fecha de Ingreso: enero-2008 Ubicación: Vigo
Mensajes: 78
Antigüedad: 17 años, 1 mes Puntos: 0 | |
Re: ayuda Texto dinamico vertical Y si simplemente rotas el texto??????
Manualmente, con la herramienta de transformacion libre....
Funciona
this.onEnterFrame=function(){
time = new Date();
hora = time.getHours();
minutos = time.getMinutes();
segundos = time.getSeconds();
hora_txt.text = hora;
minutos_txt.text = minutos;
segundos_txt.text = segundos;
} |