Object array

How do you create an array containign movie clips. I can’t figure it out, i know it sounds like a dumb question xD

so far i have this

var dpBox:box = new box();
var text1:tf1 = new tf1();
var text2:tf2 = new tf2();
var text3:tf3 = new tf3();

var heh:Array= new Array;

heh = [text1, text2, text3]

addChild(heh)