Pen/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:
<section begin=image/>
<section begin=image/>
[[File:Pen .png|alt=pen|thumb]]
[[File:Pen .png|alt=pen|thumb]]
<section end=image/>
<section end=image/><p id="tooltip">Adjusts the pen tool.  If the pen is down, the agent stamps the terrain at each position as it moves along the terrain.  If the pen is up, the agent does not stamp the terrain.</p>
 
{{#vardefine:pen|<code>pen [▼]</code>}}
{{#vardefine:pen|<code>pen [▼]</code>}}
<section begin=name/>'''<code>pen [▼]</code>'''<section end=name/> is a [[code block]] part of the [[Environment]] drawer.
<section begin=name/>'''<code>pen [▼]</code>'''<section end=name/> is a [[code block]] part of the [[Environment]] drawer.
==Usage==
==Usage==


<p id="tooltip"><code>pen [▼](s)</code> adjusts the pen tool. If the pen is down, the agent stamps the terrain at each position as it moves. If the pen is up, the agent does not stamp the terrain.</p>
<code>pen [▼](s)</code> adjusts the pen tool. If the pen is down, the agent stamps the terrain at each position as it moves. If the pen is up, the agent does not stamp the terrain.


==Syntax==
==Syntax==

Revision as of 14:52, 8 August 2023

Other languages:
pen

Adjusts the pen tool. If the pen is down, the agent stamps the terrain at each position as it moves along the terrain. If the pen is up, the agent does not stamp the terrain.


pen [▼] is a code block part of the Environment drawer.

Usage

pen [▼](s) adjusts the pen tool. If the pen is down, the agent stamps the terrain at each position as it moves. If the pen is up, the agent does not stamp the terrain.

Syntax

The Pen Block

Inputs:

  1. either “up” or “down” from the dropdown menu

Nuances

An important difference between pen [▼] and stamp [_] is that pen [▼] allows for continuous marking of the terrain that always follows the agent's movement.

Related Blocks

Relevant Video Resources

Relevant Activities