Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/11/2008, 08:21
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 4 meses
Puntos: 51
Respuesta: Que no me lupeee por favoooooo!

Código PHP:
var Activa:Boolean;

btn_uno.onRollOver = function() {
    
Activa true;
    
secuencia.play();
};
btn_uno.onRollOut = function() {
    
secuencia.onEnterFrame = function() {
        if (
Activa) {
            if (
secuencia._currentframe<=1) {
                
Activa false;

                
secuencia.gotoAndStop(secuencia._totalframes);
            } else {
                
secuencia.prevFrame();
            }
        }
    };
}; 
__________________
Sobran las ideas cuando faltan ganas de trabajar en ellas
Lynxcraft