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 12: Line 12:
<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>
<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>


===Syntax===
==Syntax==


<code> pen [Dropdown: Down/Up] </code>
<!-- <code> pen [Dropdown: Down/Up] </code> -->
<section begin=image/>[[File:Pen Nums.png|right|alt=The Pen Block|thumb]]<section end=image/>
Inputs:
#either “up” or “down” from the dropdown menu


==Nuances==
==Nuances==

Revision as of 19:35, 26 July 2023

Other languages:
pen


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