# Advanced Platform

{% hint style="success" %}
**COPY/PASTE PARAMETERS**

New in GM 0.11! Right click on a behaviour or component to copy. Then open an object, add the same behaviour or component, and right click it to paste identical parameter settings.
{% endhint %}

{% hint style="info" %}
[Build Singleplayer & Multiplayer Logic](/en/creator/game-maker/docs/build-singleplayer-and-multiplayer-logic.md) - about <mark style="color:green;">**\[SP]**</mark> or <mark style="color:yellow;">**\[MP]**</mark> behaviours or components.
{% endhint %}

## <img src="https://lh7-us.googleusercontent.com/PhL9XsYcLg5oimjLXLi_xzrQZalk6sdVrWEZBM7izDZn5jY1KlKPTAptDDQ4aRFNNCbWV939c8kE4wqFDHLvrGrX2CHYmSZYMZaSbcKtlXjIHRr77DRu8Qffq--Rcx_7J1NO8RL4yc0I8YvaLgvZJgTCrQ=s2048" alt="" data-size="line"> Advanced Platform <mark style="color:yellow;">**\[MP]**</mark>

* Create a custom path of multiple waypoints with a circular or linear motion.

<figure><img src="/files/11UXYgYPXWpqQI0ROC6J" alt="" width="375"><figcaption></figcaption></figure>

### Common Uses

* Elevators (with [**Toggle Behaviour**](/en/creator/game-maker/docs/components/status/toggle.md) component)
* Complex platform gameplay
* Complex object pathing (e.g., [**tower defense**](/en/creator/game-maker/creative-guides/experience-guide/tower-defense.md) enemy moves) using [**parent/child relationships**](/en/creator/game-maker/docs/build-menus/side-bar/hierarchy.md#parent-objects-control-child-objects-properties)

***

## How it Works

### Trigger: No messages in

### Action: Movement (10 waypoints)

#### Destinations - Add up to 9 additional waypoints to the original object location

#### Platform Mode: Linear or circular

#### Loop

* False - stop at the last destination and return in reverse
* True - continue to the first location

#### Look at destination - rotate the object's front to face the direction of movement

{% hint style="info" %}
Turn this behaviour on/off with [**Toggle**](/en/creator/game-maker/docs/components/status/toggle.md) component to control movement.
{% endhint %}

### Out: <img src="/files/JMtrfm5HbYsCN4qAgNGB" alt="" data-size="line"> Unique message per destination sent


---

# 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.sandbox.game/en/creator/game-maker/docs/behaviours/movement/advanced-platform.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.
