Hi there,
I have a strange issue with my hit detection. It does detect, but only once on one of the ellipses (asteroids). I would like to make it detect all the collisions on each ellipse hit.
Thank you!
PFont font;
ArrayList asteroidsList = new ArrayList(); ArrayList laserList = new ArrayList();