Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/11/2010, 19:48
Joaca
 
Fecha de Ingreso: mayo-2009
Mensajes: 111
Antigüedad: 15 años
Puntos: 2
Respuesta: Pausa en frame cierto tiempo y continua.

Viejo man el codigo por algun motivo no me funciono de todos modos enconttre el codigo ya asi por si alguien lo necesita.

Código:
stop();
var millis3:Number=2000;
var Tim3:Timer = new Timer(millis3, 1);
Tim3.addEventListener(TimerEvent.TIMER, playit3);

function playit3(e:TimerEvent):void {
play();
}   

Tim3.start();

LO unico que habria que cambiar es el numero teniendo en cuenta que 2000=2segundos.