Hi! I'm making a coloring book, so one option is to drag around the draw, but when you are dragging unintentionally detects the "On touched" and paints too. I used "Tap" before instead of "On touched" and it works, but the "On touched" input works better and faster.
PD: Using "Is touching" with "On touch End" is slower than "On touched" too.
This is the code for "On touched" input
And this is the code for the Drag
Thanks for your attention