Touch condition

Hello guys!

I would like to know how I can use more than one touch condition.
example:
I want to put different actions for each touch condition, but when I do this, only the first touch condition works, it ignores the other conditions.

See this example for tracking multiple touches: github.com/4ian/GDevelop/tree/m … multitouch

You’ll need to keep track of each touch ID as it starts, then you can do different things when different touches end.

how do i view the example in gdevelop?

You should have that Examples (or maybe Resources/Examples) directory in your GDevelop directory. Open the .json file in GDevelop.

Thank you so much! :smiley: