When Pushed/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "Category:Interfaz Category:Code Block")
 
(Created page with "==Uso== <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>")
Line 2: Line 2:


[[Category:Interfaz]]
[[Category:Interfaz]]
<section begin="image"/>[[File:When Pushed Block.png|alt=The when pushed block|thumb]]<section end="image"/>
<section begin="image"/>[[File:Aldarclicen.png|alt=The when pushed block|thumb]]<section end="image"/>
<section begin="name" />{{Block|when [▼] pushed}}<section end="name" /> is a code block from the [[Interfaz]] drawer.
<section begin="name" />{{Block|when [▼] pushed}}<section end="name" /> is a code block from the [[Interfaz]] drawer.


<div lang="en" dir="ltr" class="mw-content-ltr">
==Uso==
==Usage==
<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>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Sintaxis===
===Syntax===
<code>hide [Dropdown: Type of Widget]</code>
<code>when [Dropdown: Type of Widget] pushed</code>
</div>


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

Revision as of 14:46, 5 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