Pen/es: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(One intermediate revision by one other user not shown) | |||
Line 25: | Line 25: | ||
<!-- <code> pen [Dropdown: Down/Up] </code> --> | <!-- <code> pen [Dropdown: Down/Up] </code> --> | ||
[[File:Lapiz Nums.png|right|alt=The Pen Block|thumb]] | |||
Entradas: | Entradas: | ||
#ya sea "arriba" o "abajo" en el menú desplegable | #ya sea "arriba" o "abajo" en el menú desplegable | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Example== | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
[[File:pen_example.gif|alt=Pen example gif|thumb]] | |||
[[File:pen_example.png|alt=Pen example code|thumb]] | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
This is an example of the flower turtles activity. Using the pen down block it is possible to track the movement of the turtles such that a flower appears on the terrain. Note that the size of the trail a turtle leaves using pen down is proportional to the size of the turtle. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |
Latest revision as of 20:36, 11 August 2023
pen [▼]
is a bloque de código part of the ambiente drawer.
Usage
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.
Sintaxis
Entradas:
- ya sea "arriba" o "abajo" en el menú desplegable
Example
This is an example of the flower turtles activity. Using the pen down block it is possible to track the movement of the turtles such that a flower appears on the terrain. Note that the size of the trail a turtle leaves using pen down is proportional to the size of the turtle.
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.