Stamp

From StarLogo Nova Wiki
Revision as of 14:58, 8 August 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Other languages:


stamp

Colors a circle on the terrain in the agent’s current position, with size corresponding to the size of the agent.

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

The Create Each Do Block

Inputs:

  1. Color block


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