Scatter

From StarLogo Nova Wiki
Revision as of 15:54, 21 June 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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