Hello everyone (((:
So I made myself a title overlay and I wanted to show, for whoever doesn’t know, how to move the overlays as a “title screen” during a chapter!
I will be doing the following:
- Showing the GIF of what I did
- Sharing the code
- Explaining the parts of the code (what each overlay is, etc)
- And answering any questions you guys have ((:
GIF:
Title overlay (I made separate overlays of each part of the title):
What each overlay in the code resembles:
-THEOVERLAY:
-SUROVERLAY :
-EE9OVERLAY:
Since my title has three parts, I have 3 overlays and 3 overlay commands. If you have more or less than 3 overlays, read the statement below the code
The code (the spaces should NOT be put in the official code, I am using it to show the different overlays + background):
INT. COVER1MAIN - DAY
&zoom on 3 568 to 269% in 0
@transition fade in white 3
@zoom on 121 154 to 101% in 4
@overlay THEOVERLAY create
@overlay 6487735020552192_THEOVERLAY shifts to -17 209
@overlay 6487735020552192_THEOVERLAY scales to 0.262 0.262
@overlay THEOVERLAY to layer 2
@overlay THEOVERLAY opacity 1 in 0.5
@overlay SUROVERLAY create
@overlay SUROVERLAY opacity 0
@overlay 6487735020552192_SUROVERLAY shifts to -307 222
@overlay 6487735020552192_SUROVERLAY scales to 0.442 0.442
@overlay SUROVERLAY opacity 1 in 0.5
@overlay 6487735020552192_SUROVERLAY shifts to -2 217 in 1.5
@overlay 6487735020552192_SUROVERLAY scales to 0.442 0.442
@overlay SUROVERLAY to layer 3
@overlay 5583684233658368_SUROVERLAY shifts to 28 395 in 1.5 using easebounceout
@overlay EE9OVERLAY create
@overlay 6487735020552192_EE9OVERLAY shifts to -28 204 in 1.0
@overlay 6487735020552192_EE9OVERLAY scales to 0.586 0.586
@overlay EE9OVERLAY to layer 3
@overlay EE9OVERLAY opacity 0
@overlay EE9OVERLAY opacity 1 in 0.5
@overlay 5583684233658368_EE9OVERLAY shifts to 28 395 in 1.5 using easebounceout
@pause for a beat
@pause for a beat
- If you have less than 3 parts erase one of the overlay sections
- But if you have more than 3 parts, copy this section and add it to the code, replacing the overlay names with the new overlay name (replace the bold parts) and direct the new overlay’s place, copying and pasting the new coordinates in the italicized section
@overlay EE9OVERLAY create
> @overlay 6487735020552192_EE9OVERLAY shifts to -28 204 in 1.0
> @overlay 6487735020552192_EE9OVERLAY scales to 0.586 0.586
@overlay EE9OVERLAY to layer 3
@overlay EE9OVERLAY opacity 0
@overlay EE9OVERLAY opacity 1 in 0.5
@overlay 5583684233658368_EE9OVERLAY shifts to 28 395 in 1.5 using easebounceout