Set the origin point to the start of the hand(like in a real clock), add a touch object to your game (could be mouse, I like touch so it works on mobile too), if Touch> is in touch> set hand angle to > angle(hand.X, hand.Y, Touch.X, Touch.Y)
this should guide you in the right way.