Forward: Difference between revisions

From StarLogo Nova Wiki
(add tooltip text)
(Marked this version for translation)
Line 6: Line 6:
<section begin="image"/>[[File:Forward Block.png|alt=The forward block|thumb]]<section end="image"/><p id="tooltip">Moves forward with a specified number of steps per tick.</p>
<section begin="image"/>[[File:Forward Block.png|alt=The forward block|thumb]]<section end="image"/><p id="tooltip">Moves forward with a specified number of steps per tick.</p>


<!--T:5-->
<section begin="name" />'''{{Block|forward [_]}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
<section begin="name" />'''{{Block|forward [_]}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.


==Usage==
==Usage== <!--T:6-->


<!--T:7-->
{{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.
{{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.



Revision as of 16:20, 8 August 2023

Other languages:
The forward block

Moves forward with a specified number of steps per tick.

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

Usage

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

Syntax

The Forward Block

Inputs in this block:

  1. a number

Nuances

Because of the tweening effect, certain interactions can cause confusion. Click here to read more on how tweening can create confusing scenarios.

Related Blocks