Right By Degs/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 1: Line 1:
<languages/>
<languages/>
<section begin="image"/>[[File:right_by_degs.png|alt=The Right By Degrees Block|thumb]]<section end="image"/>


<p id="tooltip">Turns right by a specified number of degrees.</p>
<p id="tooltip">Turns right by a specified number of degrees.</p>
==Usage==
{{Block|right by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the right of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].
==Syntax==
<code>right by [number] degs</code>
Inputs in this block:
#a number
==Related Blocks==
*{{Block|Forward|forward [_]}}
*{{Block|Backwards|backwards [_]}}
*{{Block|Left By Degs|left by [_] degs}}
*{{Block|up|up [_]}}
*{{Block|down|up [_]}}
*{{Block|Teleport To|teleport to x: [_] y: [_] z: [_]}}


[[Category:Movement]]
[[Category:Movement]]
[[Category:Code Block]]
[[Category:Code Block]]

Latest revision as of 18:36, 14 August 2023

Other languages:
The Right By Degrees Block

Turns right by a specified number of degrees.

Usage

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

Syntax

right by [number] degs

Inputs in this block:

  1. a number

Related Blocks