How do you drag a pointer of a clock around manually?

How to drag an image sprite around its origin X and Y (360 degrees) with your finger in App Inventor? I want to drag a pointer of a clock around manually.
Thanks for your ideas.
Lieven

there is a function pointTo direction of x and y from imagesprite

Quick and simple:

dragClockHand.aia (10.6 KB)

(the clock hand image has a long blank area at the other end of the hand)

Thanks for your help.
A question: I see no difference when I delete some commands.
Is this correct? Thanks, Lieven
See exemple.
drag

I also tested with PointInDirection, but it seems not working, since it's difficult to drag on an imagesprite after it rotating.
So use TIMAI2's solution instead.