Rotating objects

Does anyone know how to rotate an object by for example 90 degrees? I assume it needs to be done by javascript, which I think is unfortunate, because that will make it much harder for beginning users.

I’ve asked ChatGTP, but whatever code it comes up with it doesn’t work.

Thanks!

Hi @Koen,

Have you tried the trick I guided in this video?
Not sure if this is what you expect, but you can watch and see if it helps:

BR,
Quynh Anh

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

Thanks for the quick reply Quynh Anh!

That’s a lot more complex than I had hoped. Definitely not something that I would like to teach to beginning users of Active Presenter. Too bad there isn’t a simple rotate action built-in to Active Presenter.

Hi Greg,

Yes, I too considered doing that. For Math applications it would be great to just be able to add an action ‘Rotate’ and simply choose the amount of degrees.

Thanks so much!
Koen

1 Like

I agree this would be a more simple way.

We have noted this feature and will consider implementing this in the future versions if there are more requests from users.

Thank you, Koen.