Rotating maze game

Turns out you just need one variable for angle
Because distance stays the same

To clarify
In 2nd event you can see i am adding 1 to angle of platforms and 1 to angle var of platforms
You need to add SAME value to variable as you are adding to platforms angle
Cause you are adding SAME value to their angle between GroundTIle2 which is their pivot point
Imagine it like clock arms
IF you are only adding 1 to variable you will get this

giphy

That is why you also need to add 1 to angle of platforms themselves