Forward/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "Avanzar")
(No difference)

Revision as of 14:25, 29 June 2023

Other languages:
The forward block

forward [_] es uncode block porte deMovement cajón.

Uso

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

forward [number]

Nuances

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