Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/01/2004, 22:22
Avatar de BeN
BeN
 
Fecha de Ingreso: agosto-2003
Ubicación: Mexico, D.F.
Mensajes: 281
Antigüedad: 20 años, 6 meses
Puntos: 0
::Con el F1 de Flash se encuentra de volada (asi lo hice) coloca esto en el frame 1 y veras como es tan facil... ya nadamas acomodalo como tu gustes cambiando el trace.


today_date = new Date();
date_str = ((today_date.getMonth() + 1) + "/" + today_date.getDate() + "/" + today_date.getFullYear());
time_str=today_date.getHours()+':'+today_date.getM inutes();
trace(time_str);
trace(date_str);
__________________
...everything under the sun is in tune
But the sun is eclipsed by the moon.