I need some help. I've tried to fade my overlay but it's not working

I need some help. I’ve tried to fade my overlay but it’s not working.

could i see your script to see whats not working?

yes

To “fade out” an overlay, you have to use the opacity command like you did to fade it in.
@overlay DL.TEXT opacity 0 in [time]

Also, for the overlay to move on your line below, you need to use “shifts” rather than “transition to spot”:
@overlay DL.TEXT shifts to 0.893 59 161 in zone 1 in [time]

1 Like

Any other tips may be found in Dara’s helpful guides :hugs:

1 Like

okay so you want to write it like this:

@overlay DL.TEXT create
@overlay DL. TEXT opacity 1 in s
it will fade in, in however many second you choose

1 Like

It worked thanks so much!

1 Like

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