init(s0
public function init():void { graphics.lineStyle(0); graphics.beginFill(color); graphics.drawCircle(0, 0, radius); graphics.endFill(); } } }