When Pushed/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
No edit summary
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>
<section begin=image/>[[File:Al Dar Clic Es.png|right|alt=When pushed Block|thumb]]<section end=image/>
</div>
<!-- <code>when [Dropdown: Type of Widget] pushed</code> -->


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

Revision as of 20:12, 26 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

When pushed Block

Nuances

Related Blocks