Refferencing a movieclip in an array and calling a method

Hi

Is it possible to refference a movieclip in an array and then calling a method ión it?

for ex.
The movieclip i want to refference: main.box.mymovieclip

var current:array = new array();
push(main.box.mymovieclip);

and then like calling a method on it:
current[0].removeCurrent();

thank you…