DARA’S GUIDE: Creating Text from Overlays

I don’t know how to use that. Can you tell me how?

This is really cool and all, but can someone please help me with this because it doesn’t show on the web previewer my phone :confused:

WHAT!!! This is so AWESOME!!!

Same for me!

hiii! I’m currently having problems with doing mine when l preview it on the app it comes up with a text error and l did everything that was on the post but idk what else to do… thank you! :heartbeat:

can you post your script?

1 Like

ofc! hang on


Here it is

you need to add opacity command, otherwise it won’t show up

2 Likes

Ah okay thank you❤️

Bump

Question (though I don’t know if Dara still reads this forum) – my words don’t appear, no matter what I do. I used my own custom overlay, and when that didn’t work, I tried a few different normal overlays Episode provides. I’ve attached the part of my script below (but took out a few of the boring details). I bolded the parts that use the overlay commands.

Summary

INT. PHOTOSHOOT - DAY with GREEN BABY SWADDLE to 0.467 105 513 in zone 2 at layer 4
&YOU spot 0.903 161 173 in zone 2 at layer 1 and GRAMPS spot 1.000 432 125 in zone 3 at layer 0 and cut to zone 2 and zoom reset
@YOU changes into FEMALE_NAKED
@transition fade in white 0.5
&overlay GREEN BABY SWADDLE create text YOUR SKIN TONE
NARRATOR
Now it’s time to customize yourself.
Your skin colour name will show above your head when you pick it – this will come in handy later!
label female_custom_1
@YOU spot 2.400 170 -520 and YOU faces right and YOU starts idle

    NARRATOR
What do you look like?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face Shape”{
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Mouth” {
goto fem_mouth_1
} “This is perfect!” {
goto female_1_end
}

####################### SKIN COLOR #######################

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@YOU changes bodyColor into Neutral 00
@GRAMPS changes bodyColor into Neutral 00
@overlay GREEN BABY SWADDLE create text NEUTRAL 00
goto fem_neutralskin_1
} “Neutral 01” {
@YOU changes bodyColor into Neutral 01
@GRAMPS changes bodyColor into Neutral 01
@overlay GREEN BABY SWADDLE create text NEUTRAL 01
goto fem_neutralskin_1
} “Neutral 02” {
@YOU changes bodyColor into Neutral 02
@GRAMPS changes bodyColor into Neutral 02
@overlay GREEN BABY SWADDLE create text NEUTRAL 02
goto fem_neutralskin_1
} “Neutral 03” {
@YOU changes bodyColor into Neutral 03
@GRAMPS changes bodyColor into Neutral 03
@overlay GREEN BABY SWADDLE create text NEUTRAL 03
goto fem_neutralskin_1
}

The overlay create text command is treated the same way as the overlay create command. You need to add the opacity command to make the overlay appear. You will also need to use the shifts and scales command. Adding the overlay to the background name doesn’t work for text overlays.

So I’ve got this now:

Summary

INT. PHOTOSHOOT - DAY
&overlay GREEN BABY SWADDLE create
&overlay GREEN BABY SWADDLE scales to 0.467 0.467 in zone 2 at layer 4
&overlay GREEN BABY SWADDLE shifts to 105 513 in zone 2
&overlay GREEN BABY SWADDLE opacity 1 in 0
@overlay GREEN BABY SWADDLE create text YOUR SKIN TONE
&YOU spot 0.903 161 173 in zone 2 at layer 1 and GRAMPS spot 1.000 432 125 in zone 3 at layer 0 and cut to zone 2 and zoom reset

But it’s still not changing into the text. There’s just a baby swaddle hovering in the air (lol). Any idea where I’m going wrong this time?

Oh my god you’re a LIFESAVER. Thanks so much - it worked! I don’t know why I thought I’d need the overlay in place to begin with. I have no idea what I’d do without all your tutorials!

1 Like

No problem :slightly_smiling_face:

Also, the zone only needs to be added to the shifts command. It’s not needed on the scales command. And the layer has it’s own command: @overlay OVERLAY to layer #

Oh, thanks! That’ll definitely help streamline the process. You’re the best! :heavy_heart_exclamation:

1 Like

can someone help me for some reason the word keep staying at the bottom how do I fix this it just won’t move
@Dara.Amarie
image

Did you shift and scale it to the spot you want?