Mientras está presionado

From StarLogo Nova Wiki
Revision as of 19:17, 10 July 2023 by Admin (talk | contribs)
Other languages:


While toggled

while [▼] toggled is a code block from the interfaz 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