# Set Colour When Scene Starts

Follow the steps of create a sequence when a scene starts:

* Add two objects from the in-built 3D library on the Design Canvas For eg: Cone and Arrow
* Apply any colour to the objects from the 'Basic Properties' on the right-panel of the Design Canvas. For eg: Arrow: <mark style="color:green;">**GREEN**</mark> and Cone: **NO COLOUR**
* Click on the <img src="/files/2WxL1jU8wqfBCganFDB3" alt="" data-size="line">'Toggle' icon from the top menu bar and the to access the 'Actions and Events' tab
* Click 'On Scene Start' event node from the right panel of the flow designer. Define the object as 'Arrow' from the drop-down menu.
* Click 'Set colour' Action node from the right panel of the flow designer. Define the object as 'Cone' from the drop-down menu.
* Connect the 'On Scene Start' output socket with the 'Set' input socket of the 'Set Colour' Action node.&#x20;
* Click the colour box to access the various colour options from the pallet. Choose a desired colour for the Cone. For eg: <mark style="color:red;">**RED**</mark>

**Result**: The Colour of the Object Cone will appear <mark style="color:red;">**RED**</mark> in the preview result upon **SCENE START**

{% embed url="<https://drive.google.com/file/d/1vWTO4Kp35pe2P9a2Agvz20MgBDWrqIzM/view?usp=sharing>" %}
Set Colour Upon Scene Start for an Object
{% endembed %}


---

# 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.blippar.com/blippbuilder-documentation/actions-and-events/set-colour-when-scene-starts.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.
