Tema: Cuenta atras
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2007, 18:42
Avatar de SinguerInc
SinguerInc
 
Fecha de Ingreso: octubre-2007
Ubicación: Barcelona, España
Mensajes: 551
Antigüedad: 16 años, 6 meses
Puntos: 5
Re: Cuenta atras

algo asi?

_root.createTextField("years_txt", _root.getNextHighestDepth(), 0, 0, 200, 50);
var anio:Number = 2008;
var textoCambiaCadaXsegundos = 1;
var n:Number = setInterval
(
function()
{
anio--;
years_txt.text = anio.toString();
}, 1000*textoCambiaCadaXsegundos
);


entre otras cosas...estoy realizando un juego y quisiera la opinion de la gente, todavia tiene algunos bugs, esta en beta, pero seran bienvenidos los comentarios, el link esta en mi firma "PanQueso", gracias, mandenme privados o en mi sitio esta mi mail (abajo)
__________________
/blog.singuerinc.com