If I set something like this:
-------------------------------------------
On "X sprite" collision with "Y sprite == "X sprite" destroy
add 100 to score
-------------------------------------------
Is this collision check occurring on "every tick"?
Because I have a lot of this collision checks, and I was reading on "Performance tips" that this could be a slow down reason, and it recommends to check collisions every second, or every half second, instead of every tick.