AS3的GIF播放器及Encoder

2019-10-08 13:22:17王旭
  •                         shape.graphics.lineStyle(1, 0);
  •                        
  •                         shape.graphics.moveTo(60, 0);
  •                         shape.graphics.lineTo(60, 120);
  •                        
  •                         var frame1:BitmapData = new BitmapData(120, 120);
  •                         frame1.draw(shape);
  •                        
  •                         shape.graphics.clear();
  •                        
  •                         shape.graphics.lineStyle(1, 0);
  •                         shape.graphics.moveTo(0, 60);