Overlay Flickering

hi! so i recently found out how to animate overlays and it’s been smooth on the web preview, but when i preview it on the app, the overlays flicker.

i’m using custom made backgrounds and overlays that i did myself, but hopefully someone can help anyway?

here’s my script (click the triangle):

INT. SSBACK

@YOU changes into YOU_cover2
@YOU spot 1.703 164 -366 AND YOU faces right
&YOU is think_rubchin

@transition fade in black 2

music music_90shiphop
volume music 80 3000

&overlay STORYCONTAINS create
@overlay STORYCONTAINS opacity 1

&overlay 4704723608272896_STORYCONTAINS shifts to -320 319
@overlay 4704723608272896_STORYCONTAINS scales to 1.342 1.342

&overlay 4704723608272896_STORYCONTAINS shifts to -71 320 using easein in 1.5
@overlay 4704723608272896_STORYCONTAINS scales to 1.342 1.342

&overlay 4704723608272896_STORYCONTAINS shifts to -7 325 using easein in 1.5
@overlay 4704723608272896_STORYCONTAINS scales to 1.342 1.342

&overlay WARNING create
@overlay WARNING opacity 1

&overlay 4704723608272896_WARNING shifts to 302 297
@overlay 4704723608272896_WARNING scales to 1.234 1.234

@pause for 2

&YOU is laugh_crackup

&overlay 4704723608272896_WARNING shifts to 175 291 using easeout in 1.5
@overlay 4704723608272896_WARNING scales to 1.234 1.234

&overlay 4704723608272896_WARNING shifts to 8 294 using easeout in 1.5
@overlay 4704723608272896_WARNING scales to 1.234 1.234

@pause for 2

&overlay 4704723608272896_STORYCONTAINS shifts to 302 333 using easeout in 1.5
@overlay 4704723608272896_STORYCONTAINS scales to 1.342 1.342

&pause for 2

&overlay 4704723608272896_WARNING shifts to 303 311 using easein in 1.5
@overlay 4704723608272896_WARNING scales to 1.234 1.234

sound radio_tuning2

@YOU starts tinker_stand_neutral_loop_rear
@YOU changes into YOU_cover

@pause for 2

&overlay SOUND1 create
@overlay SOUND1 opacity 1

&overlay SOUND1 shifts to -320 319
@overlay SOUND1 scales to 1.342 1.342

&YOU is dance_club_happy_loop

&overlay SOUND1 shifts to -71 320 using easein in 1.5
@overlay SOUND1 scales to 1.342 1.342

&overlay SOUND1 shifts to -7 325 using easein in 1.5
@overlay SOUND1 scales to 1.342 1.342

&overlay SOUND2 create
@overlay SOUND2 opacity 1

&overlay SOUND2 shifts to 204 308
@overlay 4704723608272896_SOUND2 scales to 1.234 1.234

@pause for 2

&YOU is dance_wavehands_happy_loop

&overlay SOUND2 shifts to 93 310 using easeout in 1.5
@overlay SOUND2 scales to 1.234 1.234

&overlay SOUND2 shifts to 10 312 using easeout in 1.5
@overlay SOUND2 scales to 1.234 1.23

@pause for 2

&overlay SOUND1 shifts to 302 333 using easeout in 1.5
@overlay SOUND1 scales to 1.342 1.342

&overlay 4704723608272896_SOUND2 shifts to -211 297 using easein in 1.5
@overlay 4704723608272896_SOUND2 scales to 1.234 1.234

@Dara.Amarie should be able to :blush:

thank you!! :smiling_face_with_three_hearts:

1 Like

Example of how you can add the overlay into your scene by adding “in 0” to the scales and shifts to command):

&overlay STORYCONTAINS create
&overlay STORYCONTAINS shifts to -320 319 in 0
&overlay STORYCONTAINS scales to 1.342 1.342 in 0
&overlay STORYCONTAINS opacity 1 in 0

When you’re making your overlay move all you need is this:

@overlay STORYCONTAINS shifts to -71 320 in 1.5 using easein

You don’t need to write the scales to command again unless you’re changing the size of the overlay.

1 Like

@Sydney_H can this thread be closed, please? :smiling_face_with_three_hearts:

Closed by OP request. :grinning: