Mientras está presionado
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.
Note: It is useful to use the ‘while toggled’ block with the toggle button widget if you want the code to execute multiple times until the widget is toggled off.
Syntax
while [Dropdown: Type of Widget] toggled
Entradas:
- Seleccione el widget de botón de alternar deseado del menú desplegable.
Example
When the ‘forever’ button is toggled, the ‘turtle’ agents move forward by one step and turn left by a random number of degrees between -30 and 30 degrees. This allows the agents to wander randomly throughout spaceland.
Nuances
Use this block when you want a stack of code to be continuously executed.