Backwards: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
No edit summary
Line 12: Line 12:


<!--T:3-->
<!--T:3-->
===Syntax===
==Syntax==
<code>backwards [number]</code>
<section begin=image/>[[File:Backward Nums.png|right|alt=The Backward Block|thumb]]<section end=image/>
<!-- <code>backwards [number]</code> -->
 


<!--T:4-->
<!--T:4-->

Revision as of 16:10, 26 July 2023

Other languages:
The backwards block

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

Usage

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.

Syntax

The Backward Block


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