# 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="https://749348736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQE63O5x3zPZ7UyVORwnh%2Fuploads%2FRGHXTwaON93qmRiwfQGt%2FScreenshot%202023-10-18%20at%208.54.24%20PM.png?alt=media&#x26;token=bd0f82c9-8f8a-41ef-8e96-0b0ec977533a" 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 %}
