ok...so I don't know if this is possible...but...


let's say I have

stringName = "bigFootball";

is it possible to some how do somehting like this :

var ball:class[stringName] = new class[stringname]

so initialise an instance of a Class from a string of the class type?


danke


Chris x