The problem sounds like you are getting multiple collisions very quickly so the bullet is disappearing as the bounce variable will be greater than 2.
In the same event that adds 1 to the variable, start a timer on that instance for a very short time 0.1 or something and add the "timer is not running" condition to the event.