I'm trying to rotate a square 360 degrees, and I currently have the following code attached to a slider:
on change val do r.rotate[(pi/4)*val] end
But when it rotates 90 degrees, it looks slightly off compared to 180 and 270:
How would I go about fixing this? ^^;