Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/04/2012, 17:34
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 10 meses
Puntos: 406
Respuesta: action1 action 2

Hola mgam:
Escribe tu código así:
Código actionscript:
Ver original
  1. onClipEvent (load) {
  2.     total = _root.getBytesTotal();
  3. }
  4. onClipEvent (enterFrame) {
  5.     cargando = _root.getBytesLoaded();
  6.     percent = int(cargando/total*100);
  7.     texto.text = percent+"%";
  8.     gotoAndStop(percent);
  9.     if (cargando == total) {
  10.         _root.gotoAndStop(2);
  11.     }
  12. }
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/