Hey i really need help on overlay. for example I want to over lay a dirt but not at the beggining of the scene. I tried but i ended up having at layer 1.
Does anyone have any ideas why?
And how to fix it?
Can you post how you currently have it written?
Try:
EXT. Greek Row Party - NIGHT with GREEN DIRT to 0.844 26 383 in zone 3 at layer -2
Take away lines 2190 and 2191.
Moved to Directing Help & Tips as that’s where scripting questions live!
Hi @Ucorn,
You can create an overlay at any point using the following codes
@overlay GREEN DIRT create
@overlay GREEN DIRT shifts to 98 119 in zone __
@overlay GREEN DIRT scales to 0.409 0.409
@overlay GREEN DIRT opacity 1
@overlay GREEN DIRT to layer __
Yah that worked really well and now i need ur help again!
on how to place it on character clothes and pop to screen
Like the example
I’m not sure exactly what you are asking to happen, but this is the format for each.
&overlay GREEN DIRT shifts to -244 -640 in 2
@overlay GREEN DIRT scales to 3.323 3.323 in 2
&overlay GREEN DIRT shifts to 98 102 in 2
@overlay GREEN DIRT scales to 0.409 0.409 in 2
#The in 2 means that the action will happen in 2 seconds.
No, it didn’t work
i deleted the animation but still not working
What is it doing? Can you post how you have it written?
Now its fine because you forgot to mentioned the zone so it ended up in zone 1
Thank you, finally i did it
Do you now how to move the dirt with the charater is walking
&overlay GREEN DIRT shifts to 98 102 in zone 1 in 2
&overlay GREEN DIRT scales to 0.409 0.409 in zone 1 in 2
@CHARACTER walks to spot 1.280 100 100 in zone 1 in 2
Thank you
Did this work for you?
the first bit it worked but i tried to move the overlay at the same time while my character is moving, but its not working
Closing due to one month of inactivity