Collision detection problem...

DrGlickertDrGlickert Member Posts: 1,135
edited November -1 in Working with GS (Mac)
I have a game where a ball hits actors (blocks). Each ball has a self.attribute that adds 1 every time the ball hit's a block (and destroy's it).

I don't have many problems, but if the ball hit's two blocks (at the same time, or VERY quickly after hitting 1) then it only registers as 1 hit.

This is an issue because the game awards points based on how many blocks the ball destroys...

Any ideas on how to fix this?

Comments

Sign In or Register to comment.