I'd like to initiate a counter for my classes that would depreciate as my actors are hit by bullets. How would i go about keeping track of the damage and changing the image of my health bar simultaneously? I'm getting confused because my actor is the one who "sees" the bullet, so how do i send that data to my health bar class so that I can change it accordingly??