Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/06/2007, 09:23
Avatar de karemlis
karemlis
 
Fecha de Ingreso: agosto-2006
Mensajes: 153
Antigüedad: 17 años, 8 meses
Puntos: 0
Re: Ayuda Con Este .fla Por Favorciiito!!

bueno..a peticion de "el_fantasma" pongo el codigo que hace q se mueva la imagen cuando esta es mas grande:
Código PHP:
onClipEvent(mouseDown){
    if(
this.hitTest(_root._xmouse_root._ymousetrue))
                
/*PREGUNTA SI EL RATON ESTA DENTRO DEL AREA DE LA IMAGEN*/
    
{startDrag(this);
    }

    
}
onClipEvent(mouseUp){
    
stopDrag();}
    

onClipEvent(mouseMove){ 
        
    if(!
this.hitTest(_root._xmouse_root._ymousetrue)){
        
stopDrag();}
    else 
           if(
_x0){_x8;}  
    if(
_y< -(_height-590)){
        
_y= -(_height-590);}
    else 
        if(
_y0){_y0;}
    } 
lo que necesito es q cuando la imagen sea igual o mas pekeña q el tmaño del escenario esta "no se mueva" al mover el mouse

ojala puedan ayudarme..

saludos

karen