return to tutorial
circle.addEventListener(MouseEvent.CLICK, removeCircle); function removeCircle(event:MouseEvent):void { circle.graphics.clear(); }