Quote:
Originally Posted by davidlansalot
How often is your check collision method being called? If you have a timer that checks it every second or so, the object colliding with the other object could still be intersecting, therefore, the method gets called multiple times
|
every 0.05 seconds it calls the method to move the nails, and everytime the nail method is called so is the collision check