Well as I said, Iam busy with a project.
I need to program a europe map with all 28 capitals, greenfoot should ask: where is Amsterdam?
And when the user clicks on Amsterdam it should say Good or False.
I made 28 new objects in world
So.. how is greenfoot suppose to know if the user clicked the good object?
addObject(new Locatie(), 297, 354); //Amsterdam

