Comunidad de diseño web y desarrollo en internet online

Acelerar Fader (agradecemos los titulos en minusculas)

Citar            
MensajeEscrito el 13 Sep 2005 10:59 am
Hola a todos!!

Existe alguna manera de acelerar este fader??


Código :

btn.onRelease = function (){ 
   _level6.mc.onEnterFrame = function (){ 
      (_level6.mc._alpha>0)?_level6.mc._alpha--:_level6.mc.onEnterFrame=null; 
      trace(_level6.mc._alpha);
   }
}




Muchas gracias!!

Por zink

32 de clabLevel



 

msie
Citar            
MensajeEscrito el 13 Sep 2005 11:40 am
1.- subir los fps de tu pelicula

2.-

Código :

btn.onRelease = function (){
   _level6.mc.onEnterFrame = function (){
      (_level6.mc._alpha>0)?_level6.mc._alpha-=XX:_level6.mc.onEnterFrame=null;
      trace(_level6.mc._alpha);
   }
}

donde XX es la velocidad que quieres

Por _CONEJO

BOFH

7639 de clabLevel

17 tutoriales
21 articulos

 

firefox
Citar            
MensajeEscrito el 13 Sep 2005 11:55 am
el mas makina. gracias icem4n por esta tu intervención. siempre tan eficaz jejeje que peloteo...

bueno, pero te lo pongo más dificil...

se podría hacer que me hiciera ese fader haciendo dobleclick sobre el mc¿¿

lo del doble click está mu chungo

muchas gracias!!

Por zink

32 de clabLevel



 

msie
Citar            
MensajeEscrito el 13 Sep 2005 12:00 pm
btn.onRelease = function (){

if((this.tiempo+500)<getTimer()){
_level6.mc.onEnterFrame = function (){
(_level6.mc._alpha>0)?_level6.mc._alpha-=XX:_level6.mc.onEnterFrame=null;
trace(_level6.mc._alpha);
}
} else {
this.tiempo = getTimer();
}
};

algo asi kreo

Por _CONEJO

BOFH

7639 de clabLevel

17 tutoriales
21 articulos

 

firefox
Citar            
MensajeEscrito el 13 Sep 2005 12:19 pm
PROBLEMON!!

el fader no funciona en la web subida. Es por algo? suele pasar?


gracias!

Por zink

32 de clabLevel



 

msie
Citar            
MensajeEscrito el 13 Sep 2005 12:39 pm
comprueba las rutas

Por _CONEJO

BOFH

7639 de clabLevel

17 tutoriales
21 articulos

 

firefox
Citar            
MensajeEscrito el 13 Sep 2005 01:07 pm
En local se ve perfectamente bien

No lo entiendo...

Por zink

32 de clabLevel



 

msie
Citar            
MensajeEscrito el 13 Sep 2005 02:23 pm
Yo y mi CACHÉ [te]

FUNCIONA PERFECTAMENTE.

eres un makina icem4n


hasta otra!

Por zink

32 de clabLevel



 

msie

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.