criptopus Thu, 21 Jan 2010 14:49:28 -0800
var boxArray:Array=new Array(); var boxIdx:int=boxArray.length; boxArray.push(new Box()); boxArray[boxIdx].percentWidth=100;
Why not...? boxArray[boxIdx].horizontalAlign="center"; - Stephen