Stamp/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
No edit summary
Line 10: Line 10:


<span id="Syntax"></span>
<span id="Syntax"></span>
<div class="mw-translate-fuzzy">
==Sintaxis==
===Sintaxis===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 16:49, 24 July 2023

Other languages:


stamp

stamp [_] is a bloque de código part of the ambiente drawer.

Uso

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.

Sintaxis

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