one way to only select one is to first deselect all..
sprite on touched
(sub) system pick all sprite
sprite set selected to false
(sub)
sprite set selected to true
where both subevents are on the same level..
the first subevent will select all and set them to false,
the second will still reference the touched sprite..