Basically i'm trying to write a method that returns the number of Character A that the player killed and another method that returns the number of character B remaining after all instances of Character A have been removed from the world. Would Greenfoot's getActor method work for this idea or is there a better way of coding this.