# Sequence with Wait on Tap

Follow the steps below to create a sequence of actions and events:

* 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: <mark style="color:yellow;">**AMBER**</mark>
* 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 Tap' 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 Tap' 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>
* Click the 'Wait' action node from the right panel of the flow designer. Define the time as 3 seconds. You can type or use the toggle icon to increase or decrease time.
* Connect the 'On set' output socket of the 'Set Colour' action node with the 'Begin' input socket of the 'Wait' Action Node.
* Select the 'On Tap' Event node, right-click on screen and select 'Clone Selection'. This will automatically clone the same node. Update the colour as <mark style="color:blue;">**BLUE**</mark>
* Connect the 'Done' output socket from the Wait Action node with the 'Set' input socket from the 'Set Colour' Action node.

**Result:** On Scene start>**On Tap** the cone will appear <mark style="color:yellow;">**AMBER**</mark> then change to <mark style="color:blue;">**BLUE**</mark> after **3 seconds**.

{% embed url="<https://drive.google.com/file/d/1VwdB4pOzignVrphbiggScU5I1jdXccMi/view?usp=sharing>" %}
Sequence with Wait on Tap
{% 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/sequence-with-wait-on-tap.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.
