Hi ! If it’s possible… how do I fade out this car overlay?
1 Like
Do you want dissolve the overlay or just completely want the overlay to be gone?
if fade out, maybe try something like this:
@overlay OVERLAYSNAME opacity 0 in 1
If you don’t want the overlay anymore in that scene, then:
@overlay OVERLAYSNAME opacity 0
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.