Is there any way to slow down collision detection in C2?
The reason I ask is because I have an animated sprite that triggers a collision with the 'player' every time the frame changes. Can I slow this down in any way?
This is why the tutorials from Ashley recommend using a single frame dummy sprite for collisions and behaviors and pinning the animations to this sprite.