Left By Degs: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
(add tooltip text)
Line 4: Line 4:
<!--T:1-->
<!--T:1-->
[[Category:Movement]]
[[Category:Movement]]
<section begin="image"/>[[File:Left By Degs.png|alt=The left by degs block|thumb]]<section end="image"/>
<section begin="image"/>[[File:Left By Degs.png|alt=The left by degs block|thumb]]<section end="image"/><p id="tooltip">Turns left with a specified number of degrees during each tick.</p>
 
<section begin="name" />'''{{Block|left by [_] degs}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
<section begin="name" />'''{{Block|left by [_] degs}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.


<!--T:2-->
<!--T:2-->
==Usage==
==Usage==
<p id="tooltip">{{Block|left by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the left of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].</p>
{{Block|left by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the left of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].


<!--T:3-->
<!--T:3-->

Revision as of 16:22, 8 August 2023

Other languages:
The left by degs block

Turns left with a specified number of degrees during each tick.

left by [_] degs is a code block part of the Movement drawer.

Usage

left by [_] degs orientates the agent in Spaceland to the left of its original heading by the inputted number of degrees during each Starlogo clock tick.

Syntax

left by [number] degs

Nuances

Related Blocks