var value = FlashPlayer.getVariable("_root.thing" + i);
var x = new Object; for (var i = 0; i < 1000; i++) { x["thing" + i] = "thing" + i; } trace(x.thing100);
Was this information helpful? Yes No