摘要: import flash.display.Graphics; function setPixel(g:Graphics,x:int ,y:int) { g.beginFill(0xff0000); g.drawCircle(x,y,0.5); g.endFill(); } //棋盘格绘制算法 function darwCheck(g:Graphics,w:int,h:... 阅读全文
posted @ 2017-02-09 10:56 泥潭里的金鱼 阅读(523) 评论(0) 推荐(0) 编辑