Converting a string to a movieclip

Is it possible to convert a string to a movieclip instance name.
If so can someone tell me how??
I tried,

var theName:String;
MovieClip(theName); 

but it says, “Type Coercion failed: cannot convert “mv3” to flash.display.MovieClip”

Help!!