This sounds so simple, but its to save me doing things like this:
var Lol:Array = new Array();
Lol["Rofl"] = 0;
_root.Lol_Rofl = Lol["Rofl"];
Just to get the array value to display in a dynamic textfield, is there any other more efficient way so that I do not need to declare a seperate variable with the value of the array data to get it to display?