Referencing dynamic movieclip names?

i can’t figure this out.

here’s a simplified version of what i expect:

var mcname:String = “ball”;
[mcname].x += 1;

assuming ball is an mc on the stage somewhere, how can i start referencing ball via mcname?