Rotating objects

Additionally, you might consider having an object with four states.

0 Degrees
90 Degrees
180 Degrees
270 Degrees

Then you can have your desired event change states accordingly.

Using JavaScript is possible as well so that you can rotate an object in the manner demonstrated in my post here.

This can be limited to 90 degrees.

1 Like