Stamp/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 16: Line 16:
==Sintaxis==
==Sintaxis==


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

Revision as of 19:25, 10 August 2023

Other languages:


stamp

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

stamp [_] is a code block part of the Environment 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 Stamp 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