onEnterFrame = function () { t = new Date(); hora = t.getHours(); minutos = t.getMinutes(); segundos = t.getSeconds(); trace(hora+":"+minutos+":"+segundos); };