Forward/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "Avanzar")
 
(Created page with "== Matices == Debido a la tweening efecto, ciertas interacciones pueden causar confusión. Haga clic aquí para leer más sobre cómo la interpolación puede crear escenarios confusos.")
Line 3: Line 3:
[[Category:Movimiento]]
[[Category:Movimiento]]
<section begin="image"/>[[File:Forward Block.png|alt=The forward block|thumb]]<section end="image"/>
<section begin="image"/>[[File:Forward Block.png|alt=The forward block|thumb]]<section end="image"/>
<section begin="name" />'''{{Block|forward [_]}}'''<section end="name" /> es un[[code block]] porte de[[Movement]] cajón.
<section begin="name" />'''{{Block|forward [_]}}'''<section end="name" /> es un [[Special:MyLanguage/code block|bloque de código]] porte de [[Special:MyLanguage/Movement|Movimiento]] cajón.
 
==Uso==
==Uso==
<p id="tooltip">{{Block|forward [_]}} moves the [[agents|agent]]  in [[Spaceland]] in the [[heading]] it is facing. The [[Engine#rendering|renderer]] [[Engine#tweening|tweens]] the movement such that it appears the agent changes location smoothly instead of instantaneous.</p>
<p id="tooltip">{{Block|forward [_]}} mueve el[[agents|agent]]  en [[Spaceland]] en el [[heading]]se está enfrentando. El[[Engine#rendering|renderer]] [[Engine#tweening|tweens]] el movimiento de tal manera que parece que el agente cambia de ubicación sin problemas en lugar de instantáneamente.</p>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Sintaxis===
===Syntax===
<code>adelante [number]</code>
<code>forward [number]</code>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
== Matices ==
== Nuances ==
Debido a la [[Engine#tweening|tweening]] efecto, ciertas interacciones pueden causar confusión. [[Explaining Up Tweening Confusion|Haga clic aquí para leer más sobre cómo la interpolación puede crear escenarios confusos.]]
Because of the [[Engine#tweening|tweening]] effect, certain interactions can cause confusion. [[Explaining Up Tweening Confusion|Click here to read more on how tweening can create confusing scenarios.]]
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
==Bloques relacionados==
==Related Blocks==
*{{Block|Backwards|backwards [_]}}
*{{Block|Backwards|backwards [_]}}
*{{Block|Left By Degs|left by [_] degs}}
*{{Block|Left By Degs|left by [_] degs}}
Line 25: Line 21:
*{{Block|down|up [_]}}
*{{Block|down|up [_]}}
*{{Block|Teleport To XYZ|teleport to x: [_] y: [_] z: [_]}}
*{{Block|Teleport To XYZ|teleport to x: [_] y: [_] z: [_]}}
</div>

Revision as of 14:31, 29 June 2023

Other languages:
The forward block

forward [_] es un bloque de código porte de Movimiento cajón.

Uso

forward [_] mueve elagent en Spaceland en el headingse está enfrentando. Elrenderer tweens el movimiento de tal manera que parece que el agente cambia de ubicación sin problemas en lugar de instantáneamente.

Sintaxis

adelante [number]

Matices

Debido a la tweening efecto, ciertas interacciones pueden causar confusión. Haga clic aquí para leer más sobre cómo la interpolación puede crear escenarios confusos.

Bloques relacionados