While Toggled

From StarLogo Nova Wiki
Revision as of 09:09, 1 December 2022 by Admin (talk | contribs) (Created page with "Category:Interface <section begin="image"/> <section end="image"/> <section begin="name" />{{Block|when [▼] toggled}}<section end="name" /> is a code block from the Interface drawer. ==Usage== <p id="tooltip">{{Block|when [▼] 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.</p> ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

Usage

when [▼] 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

when [Dropdown: Type of Widget] toggled

Nuances

Related Blocks