return to tutorial
var roundRect:Shape = new Shape(); roundRect.graphics.lineStyle(3, 0xCCFF00); roundRect.graphics.beginFill(0x006600, 1); roundRect.graphics.drawRoundRect(25, 255, 175, 75, 25, 25); roundRect.graphics.endFill(); addChild(roundRect);