FlxTween.tween(this, { y: -100, alpha:0 }, 2, { type:FlxTween.ONESHOT, onComplete:backTween } );
this.alpha = this.alpha - 0.02;