摘要: a)shape,button,sprite,movieclip都有graphics属性,即Graphics类实例的引用,要画出特别的有个Pen类Grahphics类的代理包装类 pen类要以Graphics对象引用为参数 var p:Pen = new Pen(sprite.graphics);eg:1 var p : Pen = new Pen(graphics);2 p.lineStyle(5, 0xfd0000);3 p.drawEllipse(100, 120, 30, 50); b)绘画之前没有设置lineStyle(),则线条样式为undefined且线条和填充都不能被渲染! sp 阅读全文
posted @ 2012-07-12 18:05 9筒 阅读(297) 评论(0) 推荐(0)
摘要: 刚装FDT4,在Debug的时候就出现这样的问题1 Console上面说:2 3 Using Flex SDK 4 Debugger Adapter.4 [Info] Could not connect to the player, will try to connect for the next 72000 ms5 [Info] Could not connect to the player, will try to connect for the next 64000 ms6 [Info] Could not connect to the player, will try to conne 阅读全文
posted @ 2012-06-26 23:10 9筒 阅读(266) 评论(0) 推荐(0)