Daniel, Ant.java has lines you need to change:
posx = 0;
posy = 0;
Note there are two places where those need to be modified.
Sean
On Nov 23, 2010, at 7:31 PM, Daniel José Abate wrote:
> Hi all,
>
> I was doing some tests with the ant example and I need to change
> the position where the ant start to walk the map.
> Example: In the present example the ant starts at point ( 0 ; 0 )
> and I want that starts at point ( 5 ; 5 )
>
> Does anyone know how to do it ?
>
>
> Thanks in advance.
> Daniel.
|