Opacity Issues with Overlay

Hi, I wouldn’t say I’m new to coding since I’ve been doing this for a for a few months, and I’ve never had this issue before. The overlay RED won’t go completely transparent, even if I set the opacity to transparent. Could someone help me? Maybe I’m missing something… Here’s the code:

You could try to not put the overlay at the start of the scene
Just use @overlay RED create
It will automatically be set to 0
If you want it transparent again, just put @overlay RED opacity 1.
Putting an overlay at the start of a scene automatically makes it transparent, however, putting the overlay in the body of the script sets it to 0

It worked! Thank you!

1 Like

no problem :slight_smile:

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