Greetings, I have an enemy class which when an enemy is removed from the world adds credits for the player to spend. I have a subclass which is meant to output the Number of Credits to screen. At the moment it does display "Credits : 10" (10 is the starting number of credits) but once credits are added in the Enemy class, the output does not update. Any ideas of what I'm doing wrong?
Thanks, BaC

