Problem Displaying name from input field

Hey everyone having problem inserting the a name from an input text field and displaying it in another movieclip please take a look

in the class declaration:
public var playerName:TextField;

in the constructor:
playerName = userName.text;

1067: Implicit coercion of a value of type String to an unrelated type flash.text:TextField.