How to loop overlay animations?

I want to make my overlay flashing, can’t I loop it instead of just changing the opacity over and over? How would I do that?

1 Like

loop INFINITE times

so would i put this -

@overlay opacity 0

@overlay opacity 0.5

@overlay opacity 1 loop INFINITE times

or

@loop INFINITE times?

1 Like

I’m gonna try this in my script. Hold on.

1 Like

@overlay OVERLAY opacity 1 in 1 THEN overlay OVERLAY opacity 0.5 in 1loop INFINITE times

How to loop:

Use opacity command:

Can read more here: DARA’S GUIDE: Overlays

example:
&overlay LIGHTS opacity 0 in 0.5 THEN overlay LIGHTS opacity 1 in 0.5 loop INFINITE times

2 Likes

@overlay OVERLAY opacity 1 in 1 THEN overlay OVERLAY opacity .5 in 1 loop INFINITE times
(i think i kind of suck with overlays)

@AMagic @JemU776 @Belpix
Thank you all so much!

1 Like

Guys be careful!
NOTE: Remember to use & not @ when using “infinite”, otherwise your scene will be stuck on the loop and you won’t be able to continue.

Don’t use @ for loop command or else it’ll get stuck.

2 Likes

Oops, forgot. Thanks! I checked the guides super quick and the @ and & look similar because of the font.

Yeah I forgot that I was typing to fast.

1 Like

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