var mtrx:Matrix = obj.transform.matrix; mtrx.translate( -25, -25); mtrx.rotate(30); mtrx.translate( 25, 25); obj.transform.matrix = mtrx;