Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2008, 18:05
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: Ayuda!! juego con drag en action script!

Hola flapina:
Utiliza éste código:
hada.onPress = function() {
this.startDrag();
};
if (this.hitTest(pared)) {
hada._alpha = 50;
} else {
hada._alpha = 100;
}
hada.onRelease = function(){
this.stopDrag();
}

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/