I am working on a school assignment, where I am making the game called Avoider.
As I've never worked with Greenfoot before, I am following this tutorial:
http://users.csc.calpoly.edu/~mhaungs/projects/AvoiderGame/AvoiderTut1.html
Though I can't seem to figure out what I am doing wrong.
In the tutorial it says:
"Remove our hero from the game if it touches one of the enemies. A prerequisite to this tutorial is that you have completed these short Greenfoot Tutorials (http://www.greenfoot.org/doc/tut-3). The third one tells you how to do what I'm asking you to do here. However, instead of using the method getOneObjectAtOffset() use the method getOneIntersectingObject();"
I've got no clue what that means. This is how my coding looks like:



It says in the tutorial:
