Código ActionScript :
1mc.onPress = function() {
this.startDrag();
};
1_mc.onRelease = function() {
this.stopDrag();
if (this.hitTest(2_mc)) {
trace("you hit the circle");
}
}
creo que solo viendo el script ya se sabe el problema, pero me dice error en Macromedia que me falta una , etc les agradezcop la ayuda.
