Making overlays fade in and out infinitely

I want to have a bokeh-like effect fading in and out in rapid succession in the background. Is there some code to have it repeat the action indefinitely?

Have you tried the looping command?

&overlay OVERLAYNAME opacity # in S THEN overlay OVERLAYNAME opacity # in S loop INFINITE times

Where:

  • The # is opacity - between 0 and 1.
    0 being transparent and 1 being opaque.
  • S is the time in seconds.
2 Likes

Yeah I just figured it out on my own. Thanks for the help, though :sweat_smile:

1 Like

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