I was trying to put a 'path' in an Array


// I Create the Array
var matrizFunc:Array=new Array();

// put What a need inside it
matrizFunc [0] = 'Tela.AreaInterativaLogin.entrar';

//I call the Array element to work with the Listener
matrizFunc[0].addEventListener(MouseEvent.CLICK,TelaMenuInicial );

It doens't work. Any clue?

tks a lot!