Bueno por fin lo he conseguido, de una manera mas "basta" ya que no 
me aclaraba... 

onClipEvent (enterFrame) {
        if (dragging == false) {
                for (i=1; i<=4; i++) {
                        if (this.hitTest("_root.pre0" add i)) {
                                _root.activado = "destino" add i;
                                _root.destino = "0" add i;
                                this._x = _root["pre0" add i]._x;
                                this._y = _root["pre0" add i]._y;
                                if (_root["cargada" add i] != true) {
                                        loadMovieNum ("_pre0" add i add ".swf", 4);
                                        _root["cargada" add i] = true;
                                }
                                break;
                        }
                }
// con esto anulo dragging y vuelve a cargar la peli    si dejo el arrastre en 
un punto ya testeado
} else if (dragging == true) {
                _root["cargada" add i] = "";
        }
}

-------------------------------------------------
Everyone should have http://www.freedom2surf.net/

Responder a