Scatter: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Line 1: Line 1:
<languages/>
<translate>
[[Category:Agents]]
[[Category:Agents]]
<section begin=image/>[[File:Scatter.png|thumb|180x180px]]<section end=image/>
<section begin=image/>[[File:Scatter.png|thumb|180x180px]]<section end=image/>
Line 20: Line 23:
==Relevant Activities==
==Relevant Activities==
[[Category:Code Block]]
[[Category:Code Block]]
</translate>

Revision as of 14:03, 16 March 2023

Other languages:
Scatter.png

scatter is a code block part of the agents drawer.

Usage

scatter is used to scatter an agent to a random location in SpaceLand.

Syntax

scatter

Nuances

An important difference between scatter and scatter everyone is that scatter everyone scatters all agents in SpaceLand to random locations. scatter only scatters the agents created by the create [_] [▼](s) or create [_] [▼](s) each do block in which the scatter block was placed.

Related Blocks

scatter everyone

Relevant Video Resources

Relevant Activities