Referring to different MC's with variables

What’s the syntax to use objects, like a movieclip, with variables that increment. For example:

movieClip_counter_mc._visible = true;

where counter is a variable that changes throughout the script. So sometimes movieClip_1_mc will be visible, and other times movieClip_4_mc will be visible, and so on.

Any help is much appreciated.