You can use the System -> Compare condition and then use the built-in Count function to find out how many Slices exist.
Here's an adjusted capx with an added Destroy event, since you weren't destroying the Slices when they get off-screen. If they're not destroyed, then the Count function will always recognize that there's more than 1 Slice created.
Touch Problem.capx