When Pushed/es: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Updating to match new version of source page)
Line 8: Line 8:
<p id="tooltip">{{Block|when [▼] pushed}} begins a single execution of a [[stack]] of code (from top to bottom) when the pushed button [[widget]] is pushed. Widgets can be created using the [[Edit Widgets]] feature.</p>
<p id="tooltip">{{Block|when [▼] pushed}} begins a single execution of a [[stack]] of code (from top to bottom) when the pushed button [[widget]] is pushed. Widgets can be created using the [[Edit Widgets]] feature.</p>


<div class="mw-translate-fuzzy">
===Sintaxis===
===Sintaxis===
<code>hide [Dropdown: Type of Widget]</code>
<code>hide [Dropdown: Type of Widget]</code>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 20:32, 24 July 2023

Other languages:
The when pushed block

when [▼] pushed is a code block from the interfaz drawer.

Uso

when [▼] pushed begins a single execution of a stack of code (from top to bottom) when the pushed button widget is pushed. Widgets can be created using the Edit Widgets feature.

Sintaxis

hide [Dropdown: Type of Widget]

Nuances

Related Blocks