init(s)
public function init():void{ circle = new Sprite(); circle.graphics.beginFill(0x990000); circle.graphics.drawCircle(xpos, ypos, 50); circle.graphics.endFill(); this.rawChildren.addChild(circle);
// The quick and dirty method