# Direction

## Point

### Point Sprite Towards Pointer

![](/files/-MARIYH1jT6PB4vauf1h)

Turn the sprite in the direction of where the user has tapped on the canvas&#x20;

### Point Sprite Towards Sprite

![](/files/-MARI_kMo-2fPqSGvB6N)

Turn a sprite in the direction of another sprite&#x20;

## Angle&#x20;

### Set or Change Sprite's Angle

<div align="left"><figure><img src="/files/D9iIjQFJJaUb968raEhp" alt=""><figcaption></figcaption></figure></div>

Set or change the angle of the sprite.

### Get Sprite's Angle

![](/files/-MARIeo9abnGIFf2LuVH)

Get the angle of the sprite

## Angular Velocity

### Set or Change Sprite's Angular Velocity

<figure><img src="/files/0HiPcO03vhKrs0Rn6If5" alt=""><figcaption></figcaption></figure>

Set or change the angular velocity of the sprite.&#x20;

### Get Sprites Angular Velocity

![](/files/-MARIkEcd8pVHOVxGO0B)

Get the angular velocity of the sprite.

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thunkable.com/gaming/gaming-blocks/direction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
