Random Spawning Collision problem. Please help

We are creating a game where there is a spawner which spawns the same actor in 3 different locations at the top of the screen (left, middle and right). We have mostly figured out how to get these to spawn at random intervals, and the speed at which they fall. At the bottom there is an actor we use which moves to the middle, left and right side upon clicking the spot you desire it to go, in order to catch the falling actor. Out problem is that when two of these actors fall RIGHT after another of the same row (for instance, the middle) and collide with the catching actor, it only counts as one point when it should count as two. It seems these falling actors are two close to each other for it to recognize two objects colliding very quickly right after another. Is there anyway to fix this?

Comments

Sign In or Register to comment.