return to tutorial

Your code should look like this:

 

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


screenshot 16