How to transition to an art scene when writing an episode?

Hi everyone! I need help with something. I have an art scene that I want to appear on the scene but I’m not sure of a good effect that can slowly show the art scene and then slowly go back to the regular episode.

What’s the best way to do this? if it makes sense.

1 Like

Make the art scene an overlay. Put it on the top layer? and slowly turn down the opacity?

I’m not quite sure how to do that?

1 Like

I don’t really know how to code, or anything about those layers, but for the opacity:
@overlay opacity *
*number

@Overlay moves to layer *

thanks, i’m not good at coding either so not sure that quite helps me but thank you for trying! :slight_smile:

1 Like

So… here what you can try, upload the art scene as an overlay
@OVERLAY name create
The adjust the overlay to the screen size
&transition fade out white 3
@OVERLAY name opacity 1 in 3

2 Likes