cuixueying 使用圆形遮罩,用graphcis绘制一个circle,将circle最为遮罩给图片就可以了var sp:Sprite=new Sprite() sp.graphics.drawCircle(0,0,50,"#FF0000") img.mask=sp;