Hi,
Started teaching Java in Greenfoot and wanted to do the simple adaption to modern crab where you type:
move();
I save the change and do a compile and an error comes up
"method move in class greenfoot.Actor cannot be applied to given types;
required:int; found:no arguments; reason:actual and formal argument list doffer in length"
I assume there is something wrong with my install, or I am missing something elementary. move as far as I can see takes no arguments nor does it return any variable???
Does anyone have a solution?

