Backwards

From StarLogo Nova Wiki
Revision as of 17:58, 10 August 2022 by Admin (talk | contribs) (Created page with "Category:Movement <section begin="image"/>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. ==Usage== {{Block|backwards [_]}} moves the agent in Spaceland in the heading opposite that which it is facing. The renderer tweens the movement such that it appea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

backwards [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