Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/08/2004, 07:43
Avatar de polpacco
polpacco
 
Fecha de Ingreso: marzo-2004
Ubicación: A Coruña
Mensajes: 177
Antigüedad: 20 años, 1 mes
Puntos: 0
en el mc que quieres arrastar programa esto:
onClipevent(enterFrame){
this.onPress=function(){
startDrag(this)
}
this.onRelease=function(){
stopDrag()
if(this.hitTest(NombreDelObjetoAlQueTieneQueTocar) ){
this.gotoAndStop(2)
}
}
}