
10/10/2003, 09:35
|
| | Fecha de Ingreso: febrero-2001 Ubicación: Barcelona - México D.F.
Mensajes: 205
Antigüedad: 24 años Puntos: 0 | |
dentro de un MC, en el 1er Frame:
time = new Date( year, month, date, hour, min, sec, ms );
setProperty("second-p", _rotation, (time.getSeconds())*6);
setProperty("minutes-p", _rotation, (time.getMinutes())*6);
setProperty("hours-p", _rotation, ((time.getHours())*30)+((time.getMinutes())/2));
en el segundo frame:
gotoAndPlay(1);
__________________ woi |