Suppose I have 6 sprites on the screen and they are 2 sprites named "apple", 2 sprites named "orange" and 2 sprites named "cherry". If I have another sprite named "rock" and I drop it on the sprites below, is there a way to detect if it hit the same sprite twice in a row. It would have to reset if it hit an apple first and then an orange. If for example, it hit the orange first and then the other orange, it would do something like play a sound. Thanks much if you can say how.