I am working on a lab for Intro to Programming Logic using Greenfoot and I'm having some trouble. I have created the world, several actors with different act methods based on desired behavior etc, and so far everything works as intended except my new counter does not increase by 1 when the actor controlled by the player makes contact with and removes another actor from the world. I've tried applying some of the solutions I've found in discussions on here but am missing something. Thanks in advance for any help.