Right By Degs: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
(Marked this version for translation)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:3-->
<section begin="image"/>[[File:right_by_degs.png|alt=The Right By Degrees Block|thumb]]<section end="image"/>
<!--T:2-->
<p id="tooltip">Turns right by a specified number of degrees.</p>
==Usage== <!--T:4-->
<!--T:5-->
{{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== <!--T:6-->
<!--T:7-->
<code>right by [number] degs</code>
<!--T:8-->
Inputs in this block:
#a number
==Related Blocks== <!--T:9-->
<!--T:10-->
*{{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-->

Latest 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