Fading Overlay Question

so i know to have an overlay fade in & out, i’ll have to change the opacity. i read dara’s thread about it & i know how to change it but only one time.

how i would i make it look like it’s fading in & out by changing the opacity? can someone explain or tell me how to do it?

1 Like

Do you mean you want the overlay to fade in and out continually in a loop? The loop command is explained in my guide.

So if you want your overlay to fade in then out, you will have to change the opacity to 0 then change it to 1 then loop it

@overlay OVERLAY opacity 0 in 1 THEN overlay OVERLAY opacity 1 in 1 loop infinite times

2 Likes

You just have to opaciteit it

1 Like

Opacity

1 Like