Problem with Tween

i have function:

public function onDataClick(event:Event):void {
	Data = new Tween(Data, "alpha", None.easeOut, 1, 0, 0.75, true);
		return;
}

when compilation i see error:

TypeError: Error #1034: Type Coercion failed: cannot convert fl.transitions::Tween@21132389 to flash.display.MovieClip.

why? how solve?