Retroceder

From StarLogo Nova Wiki
This page is a translated version of the page Backwards and the translation is 60% complete.
Other languages:
The backwards block

backwards [_] is a bloque de código part of the movimiento drawer.

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

The Retroceder Block


Example

Backwards example gif
Backwards example code

While the forever button is toggled, the turtle agents wander throughout spaceland randomly, turning by a random amount and moving forwards. However, a button, called ‘Reverse,’ can make the turtles move backwards instead. Pressing the ‘Reverse button twice will set the turtles moving forwards again.

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