I am not sure how to apply this. I know that I can remove specific objects from an array, but how do I tell it that (i) is the object colliding with the mouse.
Also I don’t think I can use list.remove(i) in Java, please correct me if I am wrong.
I am not sure how to apply this. I know that I can remove specific objects from an array, but how do I tell it that (i) is the object colliding with the mouse.
Also I don’t think I can use list.remove(i) in Java, please correct me if I am wrong.