Its me again with my daily questions
So I am trying to add a scoring system to my game. I have these coins that are added to the stage using code (the class name for them is Coin) and my character has an instance name of "player"
So my question is how do I check for hitTests between the player and the coins?