Hi,
According to the manual:
https://www.scirra.com/manual/126/system-expressions
"...Angles start with 0 degrees facing right and increment clockwise."
"angle(x1, y1, x2, y2) Calculate angle between two points"
From that I assume 90 degrees is down, 180 degrees is left and 270 degrees is up.
So why does angle(100,100, 0, 0) return -135?
Shouldn't it be either 225 or 45? What does the negative number indicate?
Regards, John