摘要:
var shape:Sprite=new Sprite();addChild(shape);shape.graphics.beginFill(0xff0000, 1);shape.graphics.lineStyle(2);shape.graphics.moveTo(200,200);shape.graphics.lineTo(100,300);shape.graphics.lineTo(300,300);shape.graphics.lineTo(200, 200);shape.graphics.endFill(); 阅读全文
posted @ 2012-05-24 16:19 股墓山庄庄主 阅读(492) 评论(0) 推荐(0)
浙公网安备 33010602011771号