# Control

#### Repeat:&#x20;

Repeats the blocks inside for the specified number.

<div align="left"><img src="https://1589143646-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3AlXnP5kHENnvBXdKq%2F-MG0O8Vm9udl9dJdbiQ1%2F-MG0O__QIz7XbFnOXtq6%2Fimage.png?alt=media&#x26;token=f5c54ba9-2d21-4eef-b3ec-1dbd67cdf0c7" alt="Repeat"></div>

####

#### Forever:

Repeats the blocks inside forever

<div align="left"><img src="https://1589143646-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3AlXnP5kHENnvBXdKq%2F-MG0O8Vm9udl9dJdbiQ1%2F-MG0OyAAaewOxOL5tp4y%2Fimage.png?alt=media&#x26;token=18b91db4-24ef-4bd3-af55-6d550a1d7a26" alt="Forever"></div>

{% hint style="danger" %}
Must be used with a [stop ](https://sketchdocs.sketchub.in/blocks/control#stop)block or the app will crash.
{% endhint %}

####

#### Stop:

Stops a [forever ](https://sketchdocs.sketchub.in/blocks/control#forever)and [repeat ](https://sketchdocs.sketchub.in/blocks/control#repeat)block

<div align="left"><img src="https://1589143646-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3AlXnP5kHENnvBXdKq%2F-MG0O8Vm9udl9dJdbiQ1%2F-MG0P_rOoEJGfzJDXbCd%2Fimage.png?alt=media&#x26;token=9575b108-62e6-4195-b138-3811223fe9ed" alt="stop"></div>

####

#### If then:

If the specified value is true, the blocks inside will run.

<div align="left"><img src="https://1589143646-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3AlXnP5kHENnvBXdKq%2F-MG0O8Vm9udl9dJdbiQ1%2F-MG0QO1nq52W4v3YhamV%2Fimage.png?alt=media&#x26;token=0710a858-6bdb-4e61-9a68-a29deb414e0e" alt="if then"></div>

{% hint style="info" %}
Usually used with blocks from the [Operator ](https://wiki.sketchub.in/blocks/operator)tab.
{% endhint %}

####

#### If then/else:

If the specified value is true, the blocks in the top half will run. Else, the blocks in the bottom half will run.

<div align="left"><img src="https://1589143646-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3AlXnP5kHENnvBXdKq%2F-MG0O8Vm9udl9dJdbiQ1%2F-MG0Qs_NvQtruM9QqTAG%2Fimage.png?alt=media&#x26;token=e4fbfc23-fdb3-4706-aa26-9667dab702ac" alt="If then/else"></div>

{% hint style="info" %}
Usually used with blocks from the [Operator ](https://wiki.sketchub.in/blocks/operator)tab.
{% endhint %}
