I understand collisions between multiple objects of the same class after going through the forum, but I have yet to see anyone ask about collisions between objects of separate classes.
Is there a way to get that done? Or would I have to make one Parent class and then create a collision function in that class...?