# These 2 type of button click are...?

**URL:** https://community.thunkable.com/t/these-2-type-of-button-click-are/125395
**Category:** Questions about Thunkable X
**Created:** [June 29, 2019, 10:18am UTC](https://community.thunkable.com/t/these-2-type-of-button-click-are/125395 "2019-06-29T10:18:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![BlueWhaleYT](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bluewhaleyt/32/28437_2.png) [@BlueWhaleYT](https://community.thunkable.com/u/BlueWhaleYT)
#### Post date: [June 29, 2019, 10:18am UTC](https://community.thunkable.com/t/these-2-type-of-button-click-are/125395/1 "2019-06-29T10:18:30Z")

</div>

Hi there,  
I knew the button have 4 events of click on Thunkable X.There are Simple click,Long click,TouchUp and TouchDown.The question is coming.What does it mean TouchUp and TouchDown,can anyone give me a sample to using these 2 types?I have found some info in Docs,but it seems that I misunderstand.  
Thanks.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 29, 2019, 10:41am UTC](https://community.thunkable.com/t/these-2-type-of-button-click-are/125395/2 "2019-06-29T10:41:08Z")

</div>

Hi,

TouchDown is called when the button is pressed, and TouchUp is called after the button is released (this works both with pressing and releasing the button on the mouse).

---

<div class="post-metadata">

### Author: ![BlueWhaleYT](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bluewhaleyt/32/28437_2.png) [@BlueWhaleYT](https://community.thunkable.com/u/BlueWhaleYT)
#### Post date: [June 29, 2019, 10:47am UTC](https://community.thunkable.com/t/these-2-type-of-button-click-are/125395/3 "2019-06-29T10:47:57Z")

</div>

Umm…it is little bit can understand 🤔🤔

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 29, 2019, 10:49am UTC](https://community.thunkable.com/t/these-2-type-of-button-click-are/125395/4 "2019-06-29T10:49:42Z")

</div>

Create an empty project and add a button and labels to it. Create all processing blocks of pressing a button and print information on labels in these blocks to see how it works.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:12pm UTC](https://community.thunkable.com/t/these-2-type-of-button-click-are/125395/5 "2024-11-08T12:12:28Z")

</div>


