Built-In Shape/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:built-in_shape.png|alt=The Built-In Shape Block|thumb]]<section end="image"/><p id="tooltip">Creates the specified shape.</p>
==Usage==
Returns a particular built-in shape chosen from the drop down menu.
==Syntax==
Inputs in this block:
#a pre-loaded shape from the dropdown menu
==Example==
[[File:built-in_shape_example.gif|alt=Built-In Shape example gif|thumb]]
[[File:built-in_shape_example.png|alt=Built-In Shape example code|thumb]]
In this model, the frog is controlled by the user, as it tries to eat the flies. The shape of the frog has been identified using the built-in shape block.


[[Category:Traits]]
[[Category:Traits]]
[[Category:Code Block]]
[[Category:Code Block]]
<p id="tooltip">Returns a particular built-in shape chosen from the drop down menu.</p>

Latest revision as of 20:11, 14 August 2023

Other languages:
The Built-In Shape Block

Creates the specified shape.

Usage

Returns a particular built-in shape chosen from the drop down menu.

Syntax

Inputs in this block:

  1. a pre-loaded shape from the dropdown menu

Example

Built-In Shape example code

In this model, the frog is controlled by the user, as it tries to eat the flies. The shape of the frog has been identified using the built-in shape block.