Help need, overlay fading problem

So i was trying to make an overlay appear over another overlay.
but it doesn’t work.

This is how i wrote it.

&overlay REHAB create
&overlay REHAB opacity 1

&overlay 5347461722210304_BLACK FADE shifts to 94 187 in zone 1
&overlay 5347461722210304_BLACK FADE scales to 0.551 0.551

&overlay 5347461722210304_REHAB shifts to 94 182 in zone 1
&overlay 5347461722210304_REHAB scales to 0.319 0.319

@pause for a beat

@pause for a beat

@pause for a beat

@pause for a beat

@pause for a beat

@pause for a beat

@pause for a beat

@pause for a beat

&overlay REHBA2 create
&overlay REHBA2 opacity 1

&overlay 5347461722210304_REHBA2 shifts to 94 183 in zone 1
&overlay 5347461722210304_REHBA2 scales to 0.233 0.233

&overlay REHBA2 opacity 1 in 2

Please help me out i really need it.

&overlay REHAB create
@overlay REHAB opacity 1
@overlay 5347461722210304_REHAB shifts to 94 182 in zone 1
@overlay 534461722210304_REHAB scales to 0.319 0.319
(You didnt add the layers here eg Layer 1, or 3 idk the layers it is in)

&overlay BLACK FADE create
@overlay BLACK FADE opacity 1

@overlay 5347461722210304_BLACK FADE shifts to 94 187 in zone 1
@overlay 5347461722210304_BLACK FADE scales to 0.551 0.551
(You didnt add the layers here eg Layer 1, or 3 idk the layers it is in)

&overlay REHBA2 create
@overlay REHBA2 opacity 0

@overlay 5347461722210304_REHBA2 shifts to 94 183 in zone 1
@overlay 5347461722210304_REHBA2 scales to 0.233 0.233
(You didnt add the layers here eg Layer 1, or 3 idk the layers it is in)
@pause for 3

&overlay REHBA2 opacity 1 in 2

i think this is it

1 Like

Tysm for answering. lemme try it rq.

2 Likes

which overlay are you trying to make them appear
i can code it for you
im good with overlays
@MayaModannra

1 Like

the
@overlay REBHA2

over @overlay REHAB

1 Like

Hello there!

The issue here is that you’re not incorporating layers in your coding, here’s how I’d write it:

#first off, I'd create all of the overlays right away, it's just more practical
@overlay REHAB create 
@overlay REHAB shifts to 94 182 in zone 1 AND overlay REHAB scales to 0.319 0.319 AND overlay REHAB moves to layer 1 AND overlay REHAB opacity 1 in 0
@overlay BLACK FADE create
@overlay BLACK FADE shifts to 94 187 in zone 1 AND overlay BLACK FADE scales to 0.551 0.551 AND overlay BLACK FADE moves to layer 2 AND overlay BLACK FADE opacity 0
@overlay REHBA2 create
@overlay REHBA2 shifts to 94 183 in zone 1 AND overlay REHBA2 scales to 0.233 0.233 AND overlay REHBA2 moves to layer 3 AND overlay REHBA2 opacity 0
#Now, all you have to do to animate the overlays is set the opacity to 1
#You can make them appear instantly, like this:
@overlay BLACK FADE opacity 1 
@pause for 2
&overlay BLACK FADE opacity 0 
&overlay REHBA2 opacity 1
#Or you can give them a fade in/out effect by setting a time:
@overlay BLACK FADE opacity 1 in 2
@pause for 2
@overlay BLACK FADE opacity 0 in 2
@overlay REHBA2 opacity 1 in 2


I’ve set a random number of layers and seconds, you can change it how you like.

2 Likes

I am also trying to make the

@overlay REHBA2

fade in over @overlay REHAB

1 Like

okay
@/overlay REHAB create
@/overlay REHAB opacity 1
(Then you will spot direct it here always add the layers)
@/overlay REHAB2 create
@/overlay REHAB2 opacity 1
(You will spot direct it here always add the layers)
then preview it .

After you (preview,spot it bla bla bla)
you’ll the change the

@/overlay REHAB opacity 1 &overlay REHAB opacity 0
@/overlay REHAB2 opacity 1 to &overlay REHAB2 opacity 0
then preview it (it wont show on your laptop screen)

Then when you get to the place you want them to appear
you’ll just type

&overlay REHAB2 opacity 1 in (the sec you want)
&overlay REHAB opacity 1 in (the sec you want)

1 Like

to make them fade just type

&overlay REHAB 2 opacity 0 in (the secs you want )
&overlay REHAB2 opacity 0 in ( the secs you want)

1 Like

Brooo it worked, tysm for helping me out. it was so frustrating trying to understand what i did wrong, :skull_and_crossbones:.

1 Like

No problem
glad it worked

1 Like