# Sequence On Tap

## Sequence on Tap

Trigger a sequence of events or a specific event for an action on an object. Follow the step below:

* 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 deisigner. Define the object as 'Cone' from the drop-down menu.
* Connect the output docket from the event node 'On Tap' to the input socket of the 'Set Colour' action node
* 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 preview
* On Tap of the 'Arrow' the Colour of the Cone will change from '<mark style="color:yellow;">**AMBER**</mark> to <mark style="color:red;">**RED**</mark>

{% hint style="info" %}
In the video a small example of 'How to Create' a node from object is **also** displayed along with 'How to Create' a sequence of events. In case there are multiple objects, use this option to easily attach the object nodes to the action node.
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1bOP9DZiQiwVC7m1TZTEfoOyLOxPiCjn4/view?usp=sharing>" %}
Sequence 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-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.
