Backwards/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "Hacia atrás")
 
(Created page with "== Matices == debido a la tweening efecto, ciertas interacciones pueden causar confusión.Click here to read more on how tweening can create confusing scenarios.")
Line 1: Line 1:
<languages/>
<languages/>


<div lang="en" dir="ltr" class="mw-content-ltr">
[[Category:Movimiento]]
[[Category:Movement]]
<section begin="image"/>[[File:Backwards.png|alt=The backwards block|thumb]]<section end="image"/>
<section begin="image"/>[[File:Backwards.png|alt=The backwards block|thumb]]<section end="image"/>
<section begin="name" />'''{{Block|backwards [_]}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
<section begin="name" />'''{{Block|backwards [_]}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
==Uso==
==Usage==
<p id="tooltip">{{Block|backwards [_]}} moves the [[agents|agent]]  in [[Spaceland]] in the [[heading]] opposite that which 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|backwards [_]}} moves the [[agents|agent]]  in [[Spaceland]] in the [[heading]] opposite that which 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>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Sintaxis===
===Syntax===
<code>backwards [number]</code>
<code>backwards [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|Click here to read more on how tweening can create confusing scenarios.]]
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">
==Related Blocks==
==Related Blocks==
*{{Block|Forwards|forwards[_]}}
*{{Block|Forwards|forwards[_]}}
Line 30: 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 20:14, 28 June 2023

Other languages:
The backwards block

backwards [_] is a code block part of the Movement drawer.

Uso

backwards [_] moves the agent in Spaceland in the heading opposite that which it is facing. The renderer tweens the movement such that it appears the agent changes location smoothly instead of instantaneous.

Sintaxis

backwards [number]

Matices

debido a la tweening efecto, ciertas interacciones pueden causar confusión.Click here to read more on how tweening can create confusing scenarios.

Related Blocks