Clear Terrain/es: Difference between revisions

From StarLogo Nova Wiki
(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 12: Line 12:
<p id="tooltip">{{ClearTerrainBlock}} se utiliza para despejar el[[Spaceland]] de todo[[drawing]]s.</p>
<p id="tooltip">{{ClearTerrainBlock}} se utiliza para despejar el[[Spaceland]] de todo[[drawing]]s.</p>


===Sintaxis===
==Sintaxis==
<code>dispersión</code>
<code>dispersión</code>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Example==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:clear_terrain_example.gif|alt=Clear Terrain example gif|thumb]]
[[File:clear_terrain_example.png|alt=Clear Terrain example code|thumb]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This is a model of disease transmission in a school. Certain squares in spaceland have been designated to be doorknobs where sick agents are able to leave a stamp indicative of them leaving the pathogen behind. When healthy agents encounter dirty door knobs, they are likely to pick up the disease. Teachers (large blue agents) can clean doorknobs and do not get ill. When the setup button is pressed, the clear terrain block removes all markings made on the surface of [[Special:MyLanguage/Spaceland|spaceland]] (which result from [[Special:MyLanguage/Stamp|stamp]], [[Special:MyLanguage/Pen|pen down]], etc.). This allows the simulation to restart completely.
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Latest revision as of 19:37, 12 August 2023

Other languages:
The clear terrain block

clear terrain es un bloque de código del Ambiente cajón.

clear terrain is a code block from the Environment drawer.

Usage

clear terrain se utiliza para despejar elSpaceland de tododrawings.

Sintaxis

dispersión

Example

Clear Terrain example gif
Clear Terrain example code

This is a model of disease transmission in a school. Certain squares in spaceland have been designated to be doorknobs where sick agents are able to leave a stamp indicative of them leaving the pathogen behind. When healthy agents encounter dirty door knobs, they are likely to pick up the disease. Teachers (large blue agents) can clean doorknobs and do not get ill. When the setup button is pressed, the clear terrain block removes all markings made on the surface of spaceland (which result from stamp, pen down, etc.). This allows the simulation to restart completely.

Related Blocks

Testing