Stamp: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Line 12: Line 12:


==Common Uses==
==Common Uses==
This is used to change the color of the terrain. Changing the color of all the terrain would require creating one large agent of size 200 and then stamping a certain color.


==Nuances==
==Nuances==


==Related Blocks==
==Related Blocks==
*<code>[[Nearest Within Steps|stamp grid [_]]]</code>
*<code>stamp grid [_]</code>

Revision as of 09:11, 10 November 2022

Nearest within steps with =

stamp [_] is a code block part of the Environment drawer.

Usage

stamp [_] causes the agent to draw a circle on the terrain in the agent's current position, with size corresponding to the size of the agent.

Syntax

stamp [Textbox: Color]

Common Uses

This is used to change the color of the terrain. Changing the color of all the terrain would require creating one large agent of size 200 and then stamping a certain color.

Nuances

Related Blocks

  • stamp grid [_]