private function onSprClick(e:Event = null):void { var spr:Sprite = e.target as Sprite; removeChild(spr); stage.focus = stage }