Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/06/2010, 02:43
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 5 meses
Puntos: 51
Respuesta: Mover movie clip con funcion en boton

Código PHP:
sumarY 4;
btn_mision_vision.onRelease = function() {
 var 
p=false
    contenedor
.onEnterFrame = function() {
        
this._y += sumarY;
        if (
this._y>800) {
            if(!
p){
                
p=true
                this
.onEnterFrame=null
            
}
            
sumarY sumarY*-1;
        } else if (
this._y<5) {
            
sumarY sumarY*-1;
        }
    };
}; 
__________________
Sobran las ideas cuando faltan ganas de trabajar en ellas
Lynxcraft