Need help with ActionGraph rotation triggered by an UI button

Hello,
I’m new in Omniverse and trying to rotate a mixer using an ActionGraph, triggered by a UI button. I already managed to rotate it with another graph when pressing Play, but now I want to start and stop the rotation at any time using the button.

The problem I’m facing is that the mixer only rotates slightly with each button press, so I have to click many times to achieve a full rotation.

My question: How can I make the mixer perform a smooth, full rotation with just a single button click?

Here is a screenshot of the graph:

Thanks a lot for your help!

It sounds like you need to add an “on tick” node to the front of this system, which will drive rotation with every timeline frame. This will keep the mixer rotating automatically. Try that. On Tick — Omniverse Extensions

Thanks for your help! But which outputs do I have to connect to the Read Prim Attribute?

Try connecting the “Tick” output to the “Time” Input. You may need one “On Tick” for each node.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.