Hello, I'am trying to make Sokoban game as school project in Greenfoot, but I ran into a problem. When player moves to left and bump into a box I'am trying to call a method that will move the box to left as well. But nothing is happening, beacouse I have declared the Box in Player, but theboxes are added to the map by World. How can I do a method that will move the only box I bumped into (there are 3 boxes)?
