var shape:Shape = new Shape(); shape.height = 50;
shape.graphics.beginFill(0xFF0000); shape.graphics.drawRect(0, 0, 30, 30);