Código :
on (press) {
this.startDrag()
this.swapDepths(_root.prof++);
}
on (release) {
this.stopDrag()
if(this.hitTest(_root.f3)){
this._x=_root.f3._x;
this._y=_root.f3._y;
this.enabled=false;
_root.punto++;
if(_root.punto==4){
_root.mensaje="Muy Bien";}
}
}Porfa si alguien sabe como hago para que terminada la actividad y pasando de escena no se vean mas los mc les agradezco mucho.
