This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
maxhenrry (9)
real-time animation - animacion en tiempo real
English: This animation changes depending on time of day or night. Look at the animation when you change your clock time, eg 2:59 to 3:00 if the animation function and that is for every hour of the animation is executedespaol: esta animacion cambia depende de la hora del dia o de la noche. fijate en la animacion cuando en tu reloj cambie de hora , ejemplo si es 2:59 a 3:00 la animacion... more >
Listing url: cnv-vitarte.tk
1717 downloads, 22735 views
animacion time real actionscript
Comments
You need to login to post a comment.
i'm impressed it's amazing
@juandarck28 aya algo asi esta el normal por cada hora :
if(hors>6 && hors<=7){_root.fondos_mc.gotoAndStop(1); // 7 a 7:59 am
}
--- aqui si es por media hora
if(hors>6 && hors<=7){ // 7 a 7:59 am
if(mins == 30){ // aqui se pregunta si es 30 o 0 minutos
_root.fondos_mc.gotoAndStop(1);
}else if(mins ==0){
_root.fondos_mc.gotoAndStop(1 /*<-- otro fotograma*/);
}
}
si ahy mas dudas diganme!
@juandark28 aya es facil . donde comienza desde
if(hors>6 && hors<=7){_root.fondos_mc.gotoAndStop(1); // 7 a 7:59 am
}else if(hors ..etc............
preguntas por la horas y por el minuto osea hors y mins si hora es ejemplo 1 y mins es 30,, despues hors 2 y mins 0 lo estas dividiendo por cada 30 min ok.. nose si se entiende!
nice man tks.
^^
i was looking for it.
thanks...