say i have a field of bumpers. there are four kinds of bumpers:bounceUp,bounceLeft,bounceRight,bounceDown.
There are multiple instances of each.
In the collision detection the ball is checked for collision against all of them
here is the question:
do i have to check each instance of each bumper or can I just check for ball colliding with bounceLeft and this would check ALL instances of bounceLeft?