These 2 type of button click are...?

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.

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).

1 Like

Umm…it is little bit can understand :thinking::thinking:

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.

1 Like