Libraries‎ > ‎Library‎ > ‎Movement‎ > ‎

jump to location

BehaviourComposer: ignore everything before this.

Begin micro-behaviour:

Begin description:

Jump to the location specified.

End description

Jump to location

Begin NetLogo code:

substitute-text-area-for x-coordinate 1substitute-text-area-for y-coordinate 2setxy x-coordinate y-coordinate
End NetLogo code

How this works

This calls upon NetLogo's setxy primitive command.

History

This was implemented by Ken Kahn on 26 May 2015.

BehaviourComposer: ignore everything after this.