最简单的方法是在舞台周围绘制边框?

Tom*_*Tom 3 flex3 actionscript-3

在AS 3中似乎没有stage.border属性?

我的类扩展了Sprite,什么是在flash对象周围绘制边框的最佳方法?

OXM*_*456 7

this.graphics.lineStyle(0,0x555555,0.5); this.graphics.drawRect(0,0,this.width,this.height);

其中"this"是你的Sprite对象.