So say I've got a series of movieclips all named "movieclip##" where the ## is 01-10. Is there an easy way to concatenate a reference to a movieclip through a separate number variable? As in, a function that receives a two-digit number, and uses that two digit number with the base name of the movieclip to perform an action.

Specifically, I'm looking to use tweener to perform an animation on each letter of a sentence that's been broken apart into different movieclips. If I have to write code that specifically references each letter we're talking 100+ lines/function, and I'm trying to keep my overhead down.