Hello everyone,
I want to rotate a line when the mouse is clicked in a circle. I added the following code in the builder:
if mouse1_draw.isPressedIn(peg1_draw):
arrow_draw.ori += 90
Unfortunately. I get the following error message:
TypeError: len() of unsized object
What do I have to change to make things work? Thank you in advance.