Right By Degs: Difference between revisions

From StarLogo Nova Wiki
mNo edit summary
(updates from Blockument)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<section begin="image"/>[[File:right_by_degs.png|alt=The Right By Degrees Block|thumb]]<section end="image"/>


<!--T:2-->
<!--T:2-->
<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: [_]}}


<!--T:1-->
<!--T:1-->

Revision as of 18:29, 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