Set Clock To

From StarLogo Nova Wiki
Revision as of 10:28, 30 November 2022 by Admin (talk | contribs) (Created page with "<section begin=image/> <section end=image/> <section begin="name" />'''<code>set clock to[_]</code>'''<section end="name" /> is a code block part of the Environment drawer. == Usage== <p id="tooltip"><code>stamp [_]</code> causes the agent to draw a circle on the terrain in the agent's current position, with size corresponding to the size of the agent.</p> ===Syntax=== <code>stamp [Textbox: Color]</code> ==Common Uses== This is used to change the col...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


set clock to[_] is a code block part of the Environment drawer.

Usage

stamp [_] causes the agent to draw a circle on the terrain in the agent's current position, with size corresponding to the size of the agent.

Syntax

stamp [Textbox: Color]

Common Uses

This is used to change the color of the terrain. Changing the color of all the terrain would require creating one large agent of size 200 and then stamping a certain color.

Nuances

Related Blocks