Sorry if this has already been answered, Ive looked and not seen anything but I can be pretty blind.
Im working on my first wallpaper (Trying to sorta replicate this) and I play an animation to speed up rotation when the center thingy is clicked. I trigger it on a Global Switch that I set to turn off after 1 second so that I can play it again when I close a menu.
Example (also showing my problem)
Originally I had an issue with the animation returning when it turns off but i fixed this by creating a formula in the trigger that instead of setting the animation to go backwards/0 just sets it to return, like this: $if(gv(Interact) = 1, 1, r)$ which works, however I also want it to be able to be pressed multiple times faster than a second and still play the animation.
Is there a workaround to this? Any help is appreciated!