I have a sprite that I want to drag with my finger, and based on the finger movement I want to move an image left and right that sits above it. Basically, I want to create a swipe-like image browsing effect with my finger. How do I make the image move when I move my finger?
I thought about detecting when the finger touches the sprite using something like “on touched object start”, then saving the touch position—but I’m not sure if that’s the right approach or what to do next.