Ver Mensaje Individual
  #7 (permalink)  
Antiguo 12/05/2011, 11:09
Avatar de esdebon
esdebon
 
Fecha de Ingreso: agosto-2008
Ubicación: México
Mensajes: 167
Antigüedad: 15 años, 7 meses
Puntos: 18
Respuesta: Pase de diapositivas con onPress = function() {

Código actionscript:
Ver original
  1. onClipEvent (enterFrame) {
  2.     loading = _parent.getBytesLoaded();
  3.     total = _parent.getBytesTotal();
  4.     percent = (loading / total) * 100;
  5.     per = int(percent);
  6.     percentage = per + "%";
  7.     loadBar._width = per;
  8.     if (per > 99)
  9.     {
  10.         _parent.gotoAndStop(2);
  11.         //_parent.gotoAndPlay("fondo");
  12.     }
  13. }
__________________
Mi sitio: http://www.fluocode.com