Mi devo smentire...C'è sicuramente un metodo + elegante che xò non sono in grado di realizzare..
Codice PHP:onClipEvent(enterFrame){
myDate = new Date();
secondi = myDate.getSeconds();
if(secondi == 30 && t != true){
trace(secondi);
t = true;
}
if(secondi == 0 && t == true){
trace(secondi);
t = false;
}
}
Bastava pensarci...
Grazie lo stesso![]()

Rispondi quotando