I'm basically new to Greenfoot, and I was looking to use tutorial with my students today, but there seems to be a problem with the Crabs Scenario. I downloaded zipped file, but I can't get the crab to move or turn. When I try to compile I get "cannot find symbol - method move (int)" or method turn. In a "little-crab" scenario downloaded to use with book, crab was extended from animal. Animal had method to move. In this tutorial, crab is extended from actor, and there doesn't seem to be any "move" or "turn" methods for actor. Do I have any idea what I'm talking about?
Thanks.