Hi!
This may sound like a stupid question, but I want to turn a layout (90 degrees per turn).
It works fine, but when it hits 360° it doesn't stop turning.
I guess it's pretty simple, but I stuck here.
Here you can download a capx file
https://www.dropbox.com/s/gco1eyam7gjqfjp/turnLayer.capx?dl=1
If you click the left button, the layer should turn left (-90° of the current angle). On the other side, if you click the right button it should turn right (+90° of the current angle).
For this I'm using a variable called "PlatformAngle" (platforms is the name of the layer).
Thank you guys!