Hi!
In my little crab scenario I want to add a crocodile, that moves in circle.
I've got:
And it more walks in an polygon, than in circle.
Where is my mistake?
public void act()
{ if(this!=null)
turn(15);
move(2);;
EatCrab(); }


