onClipEvent (enterFrame) { this._rotation = Math.atan2(this._y-_root.Nave._y, this._x-_root.Nave._x)*180/Math.PI; }