Swipe through an Actor

I want to create a game like fruit ninja.
To swipe (left,right,up,down) is no problem.
But I don´t know how to swipe through an Actor. The Only Event that I know is “Event BeginInputTouch”. But this event only works if I touch the Actor.

I want to touch/swipe through the Actor. Anybody got an idea or solution?