Show/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "== Uso == <p id="tooltip">{{Block|Enséñalo[▼]}} muestra un widget seleccionado. De forma predeterminada, todos los widgets se muestran al usuario.</p>")
 
(Updating to match new version of source page)
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:


<section begin=image/>
<section begin=image/>
[[File:Clock.png|alt=Clock|thumb]]
[[File:Mostrar.png|alt=Clock|thumb]]
<section end=image/>
<section end=image/>
<section begin="name" />'''<code>clock</code>'''<section end="name" /> is a [[code block]] part of the [[Ambiente]] drawer.
<section begin="name" />'''<code>clock</code>'''<section end="name" /> is a [[Special:MyLanguage/code block|bloque de código]] part of the [[Special:MyLanguage/Interface|interfaz]] drawer.
 
<div lang="en" dir="ltr" class="mw-content-ltr">
<section begin="name" />{{Block|show [▼]}}<section end="name" /> is a code block from the [[Interface]] drawer.
</div>


== Uso ==
== Uso ==
<p id="tooltip">{{Block|Enséñalo[▼]}} muestra un widget seleccionado. De forma predeterminada, todos los widgets se muestran al usuario.</p>
<p id="tooltip">{{Block|Mostrar[▼]}} muestra un widget seleccionado. De forma predeterminada, todos los widgets se muestran al usuario.</p>
 
== Sintaxis ==
[[File:Mostrar Num.png|right|alt=The Show Block|thumb]]
<!-- <code>show [Dropdown: Type of Widget]</code> -->
<!-- <code>show [Dropdown: Type of Widget]</code> -->
Entradas:
#Un widget del menú desplegable


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
===Syntax===
==Example==
<code>show [Dropdown: Type of Widget]</code>
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
==Nuances==
[[File:hide_example.gif|alt=Show example gif|thumb]]
[[File:show_example.png|alt=Show example code|thumb]]
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
The game above involves shooting down enemy spaceships while trying not to crash into them. After you crash into an enemy spaceship, everyone is deleted and the ‘GAME OVER’ label is shown using the ‘show’ block.  This label is hidden in the setup of the game using the ‘[[Special:MyLanguage/Hide|hide]]’ block so that it is invisible until the game is over.
</div> 
<span id="Nuances"></span>
==Para tener en cuenta==
==Related Blocks==
==Related Blocks==
*{{Block|Hide|hide [▼]}}
*{{Block|Show|mostrar [▼]}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
[[Category:Interfaz]]
[[Category:Interface]]
[[Category:Code Block]]
[[Category:Code Block]]
</div>

Latest revision as of 15:51, 16 August 2023

Other languages:


Clock

clock is a bloque de código part of the interfaz drawer.

show [▼] is a code block from the Interface drawer.

Uso

Mostrar[▼] muestra un widget seleccionado. De forma predeterminada, todos los widgets se muestran al usuario.

Sintaxis

The Show Block

Entradas:

  1. Un widget del menú desplegable

Example

Show example gif
Show example code

The game above involves shooting down enemy spaceships while trying not to crash into them. After you crash into an enemy spaceship, everyone is deleted and the ‘GAME OVER’ label is shown using the ‘show’ block. This label is hidden in the setup of the game using the ‘hide’ block so that it is invisible until the game is over.

Para tener en cuenta

Related Blocks