Stamp: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
No edit summary
Line 12: Line 12:
<p id="tooltip"><code>stamp [_]</code> 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.</p>
<p id="tooltip"><code>stamp [_]</code> 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.</p>


===Syntax=== <!--T:3-->
==Syntax== <!--T:3-->


<!--T:4-->
<!--T:4-->
<code>stamp [Textbox: Color]</code>
<section begin=image/>[[File:Stamp Nums.png.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
<!-- <code>stamp [Textbox: Color]</code> -->


<!--T:5-->
<!--T:5-->

Revision as of 16:25, 21 July 2023

Other languages:


stamp

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

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