14/08/2004, 07:43
|
| | | Fecha de Ingreso: marzo-2004 Ubicación: A Coruña
Mensajes: 177
Antigüedad: 20 años, 8 meses 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)
}
}
} |