Hi,
I'm trying to make a simple game where you press the touchscreen with two fingers and depending on the distance between the two touches it activate differents videos.
I have a hard time making it and could use some pointers.
Thank you for your help.
You can see how to determine distance in the standard examples in Construct 3 and on this website.
howtoconstructdemos.com/category/c3
I looked but it always with one touch that moves, not two touch at the same time and I feel kinda lost in all those tutorials as they want to achieve very different things from what I what.
Develop games in your browser. Powerful, performant & highly capable.
Thank you for your help. I looked but it always with one touch that moves, not two touch at the same time and I feel kinda lost in all those tutorials as they want to achieve very different things from what I what.
Here, the distance between touches is used for zooming. There are other examples where the coordinates of two touches are available. Knowing the coordinates, you can use the distance.
editor.construct.net
howtoconstructdemos.com/zoom-a-sprite-or-entire-screen-with-pinch-touch-gesture
Thanks a lot I will look at it right away <3