i am pretty new to programming (especially graphical programming), so i hope you can help me.
ok i have the following problem:
I've got a circle with two lines starting at the middle of the circle. (Picture 1)
However those lines hide behind the circle's area. (Picture 2)
Now those two lines should rotate like a clock with a minute hand and an hour hand. I achieved this by using the rotate command, but probably i need to do it manually to fix the problem.
Here comes the problem: i want a third line, which connects the two points of intersection between the clock hands and the circle, but dynamically. (Picture 3)
I came up to the point that i have two clock hands rotating like the ones of a real clock, but with this rotate command i have no possibility to find the point of intersection.