Intro coding help needed!

So I want to code an intro. The problem is I don’t have time today or tommorow to do it. So if someone could help me that would be awesome!
What I need done:
So I have a gif which I split in seperate frames and have it ready but I need someone to code it so that all 6 frames lines up to look like the original gif.

The orignal gif looks like this:

giphy

The seperate gif frames( that you upload to the portal as an overlay):
frame_0_delay-0.06s (1)
Named STATIC
frame_1_delay-0.06s
Named STATIC1
frame_2_delay-0.06s
Named STATIC2
frame_3_delay-0.06s
Named STATIC3
frame_4_delay-0.06s
Named STATIC4
frame_5_delay-0.06s
Named STATIC5
frame_6_delay-0.06s
Named STATIC6

@kennedychase, @JemU776 can either of you help me?

1 Like

This is very easy, you already have the overlay.

Whether you want it transparent or not it’s up to you.

All you need to do is add the overlays in the order of the frame like an animation.

So example:
SCENE with OVERLAY 1 (that’s your first frame)

Then you simply add the other frames using this simple code:

@overlay OVERLAY 2 create
@overlay OVERLAY 2 opacity 1

@overlay OVERLAY 3 create
@overlay OVERLAY 3 opacity 1

And so on.

If you want to slow it down, just put @pause for a beat in between overlays.

Just make sure you position them in the same spot to create the static effect.
Hope that helps.

1 Like

I know this. I just need help and have some give me the coding to do this. Like get the positions for me since I won’t have any/much time to code today or tomorrow.

You can use the spot helper on he side panel and it automatically does it for you. All you need to do is position the overlay where you want them, then simply copy the code and paste it to the script :+1:t2:

1 Like

That what’s I need someone to do for me.

You don’t know how to do it?

I can do it tomorrow after work IVE just shut down my laptop now x

1 Like

I can do if for her, if you’re busy. :slight_smile:

1 Like

I hope you don’t mind, but I did it for you. :slight_smile:

1 Like

This was as fast as I could get it, so it could match up.
*I gave you a black background to use because it doesn’t work with the Episode ones. :slight_smile:

EXT. BLACK
&zoom reset
@cut to zone 1
@overlay STATIC create
@overlay STATIC shifts to -97 -39 in zone 1
@overlay STATIC scales to 3.232 3.232
@overlay STATIC opacity 1 in 0
@overlay STATIC1 create
@overlay STATIC1 shifts to -97 -39 in zone 1
@overlay STATIC1 scales to 3.232 3.232
@overlay STATIC1 opacity 1 in 0.1
@overlay STATIC2 create
@overlay STATIC2 shifts to -97 -39 in zone 1
@overlay STATIC2 scales to 3.232 3.232
@overlay STATIC2 opacity 1 in 0.1
@overlay STATIC3 create
@overlay STATIC3 shifts to -97 -39 in zone 1
@overlay STATIC3 scales to 3.232 3.232
@overlay STATIC3 opacity 1 in 0.1
@overlay STATIC4 create
@overlay STATIC4 shifts to -97 -39 in zone 1
@overlay STATIC4 scales to 3.232 3.232
@overlay STATIC4 opacity 1 in 0.1
@overlay STATIC5 create
@overlay STATIC5 shifts to -97 -39 in zone 1
@overlay STATIC5 scales to 3.232 3.232
@overlay STATIC5 opacity 1 in 0.1
@overlay STATIC6 create
@overlay STATIC6 shifts to -97 -39 in zone 1
@overlay STATIC6 scales to 3.232 3.232
@overlay STATIC6 opacity 1 in 0.1

Here’s the black background I uploaded and named “EXT. BLACK”

1 Like

Thanks!! Sorry I wanna help more but work gets in the way

1 Like

Oh, it’s okay. You don’t need to apologize. :slight_smile:

1 Like

This is perfect thank you so much!

1 Like

You’re welcome! :slight_smile:
If you need me to change anything let me know. :slight_smile:

1 Like

Nope. But I need an opinion onsomething,
Do these letters look better with or without blood?

With

Untitled400_20200101180304
Untitled401_20200101180318
Untitled402_20200101180330

Without

Untitled400_20200101180300
Untitled401_20200101180315
Untitled402_20200101180328

1 Like

I like them both but, I prefer them without the blood. :slight_smile:

1 Like

Oof, seems that you got the help you needed before I even saw this. Sorry!

1 Like

No problem.

1 Like

Closed: Marked as solved by thread op :v: