While Toggled/es: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 9: Line 9:
<p id="tooltip">{{Block|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.</p>
<p id="tooltip">{{Block|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.</p>


<div class="mw-translate-fuzzy">
==Syntax==
==Syntax==
<section begin=image/>[[File:Mientras está presionado Es.png|right|alt=The While Toggled Block|thumb]]<section end=image/>
<section begin=image/>[[File:Mientras está presionado Es.png|right|alt=The While Toggled Block|thumb]]<section end=image/>
<code>while [Dropdown: Type of Widget] toggled</code>
<code>while [Dropdown: Type of Widget] toggled</code>
Entradas:
#Seleccione el widget de botón de alternar deseado del menú desplegable.
</div>


==Nuances==
==Nuances==

Revision as of 16:00, 31 July 2023

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

The While Toggled Block

while [Dropdown: Type of Widget] toggled Entradas:

  1. Seleccione el widget de botón de alternar deseado del menú desplegable.

Nuances

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

Related Blocks