This brief tutorial shows a simple method for allowing cloned projectiles and cloned enemies to delete each other. The key is to add a zero-second delay before the projectile deletes itself. This forces the projectile to wait until the next frame of animation before it deletes itself, giving the dogs time to detect the collision.