FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (4)

real-time animation - animacion en tiempo real

Previous overall listing: Simple Gallery v3 Previous in Animations: City Streets Next overall listing: Helicopter game with camera follow Next in Animations: Rolling grass animation

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... more >

Keywords: animacion   time   real   actionscript

user maxhenrry Author URL cnv-vitarte.tk
Listing URL cnv-vitarte.tk
Downloads 892 Views 9699
maxhenrry  

User ratings for real-time animation - animacion en tiempo real.

Donate Add to favorites Subscribe to comments
Report listing
Download  (Flash 8, AS 2.0)

More listings by maxhenrry

gravity and mouse with actionscript
gravity and ...
login validation - validacion de login
login valida...
float and drag  v2.0
float and dr...
float and shadow  v1.0
float and sh...
Enabling and Disabling buttons with AS 3.0
Enabling and...
old film effect
old film eff...

Comments

You need to LOGIN to post a comment.
user maxhenrry
the listing author maxhenrry: 1 year ago

@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!

user maxhenrry
the listing author maxhenrry: 1 year ago

@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!

user sailorv5
sailorv5: 1 year ago

nice man tks.
^^
i was looking for it.

user dequila
dequila: 1 year ago

thanks...

user ALEPREMIER
ALEPREMIER: 1 year ago

very good, as would be available a version in AS3

show all 9 comments