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?
1 2 3 4 5 | public void act() { if ( this != null ) turn( 15 ); move( 2 );; EatCrab(); } |