Move left and right with arrow keys, space to shoot. Only red apples will take a hit even though both apple types are clones of the same sprite.
Just an experiment really. By hiding the green apple clones early in the frame we can get only the red ones detecting a hit even though we only use 'touching sprite'. Note the shooter is also hidden during touch detection so the red apples don't care if they hit it.