TweenPosition tweenerP = TweenPosition.Begin (this.gameObject, time, animationTo);
tweenerP.eventReceiver = gameObject; // that game object with is holding the function
tweenerP.callWhenFinished = "Targetfunction"; // the function that gets called when the tween is finnised