Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/05/2014, 11:31
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 4 meses
Puntos: 406
Respuesta: Ocultar MC a los 10 segundos

Hola jancar1975:
En el primer frame de tu película coloca éste código:
Código actionscript:
Ver original
  1. stop();
  2. CuentaAtras = Math.round(getTimer() / 1000) + 10;
  3. _root.onEnterFrame = function()
  4. {
  5.     Tiempo = Math.round(getTimer() / 1000);
  6.     Restante = CuentaAtras - Tiempo;
  7.     if (Tiempo >= CuentaAtras)
  8.     {
  9.         _root.MC1._visible = false;
  10.     }
  11. };
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/