While Toggled: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 1: Line 1:
<languages/>
<translate>
<section begin="image"/>
<section begin="image"/>
[[File:While toggled.png|alt=While toggled|thumb]]
[[File:While toggled.png|alt=While toggled|thumb]]
Line 18: Line 21:
[[Category:Interface]]
[[Category:Interface]]
[[Category:Code Block]]
[[Category:Code Block]]
</translate>

Revision as of 14:13, 16 March 2023

Other languages:


While toggled

while [▼] toggled is a code block from the Interface drawer.

Usage

while [▼] toggled executes commands repeatedly while the toggle button widget is turned on. When the toggle button widget is turned off, the commands in this block don’t run. Widgets can be created using the Edit Widgets feature.

Syntax

while [Dropdown: Type of Widget] toggled

Nuances

Use this block when you want a stack of code to be continuously executed.

Related Blocks