Infinite Overlays Help

Hey friends,

Is it possible to create the effect that something is swaying back and forth using two overlays and the ‘loop infinite times’ set up?

I’m trying to make it look like underwater plants are swaying back and forth, and it doesn’t look right.

This is my code:

&overlay PLANT BUNCH 1 opacity 0.5 in 0.5 THEN overlay PLANT BUNCH 2 opacity 1 in 1 THEN overlay PLANT BUNCH 1 opacity 0 in 0.5 THEN overlay PLANT BUNCH 2 opacity 0.5 in 0.5 THEN overlay PLANT BUNCH 1 opacity 1 in 1 THEN overlay PLANT BUNCH 2 opacity 0 in 0.5 loop infinite times

If anyone has any ideas, that would be much appreciated :slight_smile:

Yes! You’d use the rotation command for this. You can read about rotating overlays in this guide:

Here’s an example:

Thank you so much! This has literally been bugging me for so long :sweat_smile:

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