While Toggled/es: Difference between revisions
(Updating to match new version of source page) |
No edit summary |
||
Line 13: | Line 13: | ||
<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> | ||
==Syntax== | ==Syntax== | ||
[[File:Mientras está presionado Es.png|right|alt=The While Toggled Block|thumb]] | |||
<code>while [Dropdown: Type of Widget] toggled</code> | <code>while [Dropdown: Type of Widget] toggled</code> | ||
Entradas: | Entradas: | ||
#Seleccione el widget de botón de alternar deseado del menú desplegable. | #Seleccione el widget de botón de alternar deseado del menú desplegable. | ||
==Nuances== | ==Nuances== |
Revision as of 19:30, 10 August 2023
while [▼] toggled
is a code block from the interfaz drawer.
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
Entradas:
- 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.