return to tutorial
_orange.addEventListener(MouseEvent.CLICK, removePic); function removePic(event:MouseEvent):void { removeChild(_orange); }