Urgently need help with is

I want the character to rlly cry . ive tried everything but nothing works

What exactly doesn’t work?
There are two cry animations you can use for your character:

  • cry_sniff_sad_loop
  • cry_sob_sad_loop

what i mean by i want the character to rlly cry is i want to make a tear appear . i already have the overlay i just dont know how to animate it

You have to make your own tear overlay, it’s not provided by episide.

i already hve one i just dont know how to place it since it starts at zone 3

First, you’ll have to create the overlay:

@overlay TEAR create

Change the opacity so you can see it:

@overlay TEAR opacity 100% in 0

Then shift it to under her eye in zone 3 and copy where it is into your script:

@overlay TEAR shifts to x y in zone 3 in 0

Then shift it to where you want it to drop to and copy that into your script as well:

@overlay TEAR shifts to x y in zone 3 in 2

Then erase the first opacity command, and add in this line before the last shift:

&overlay TEAR opacity 100% in 0 then overlay TEAR opacity 0% in 2

what about the scale thingy ? i tried following exactly like what you did but it’s not working

INT. SCENE with OVERLAY to X Y Z in zone 3 at layer 2
&overlay OVERLAY opacity 0 in 0

–SCENE WITH TEAR-
&overlay OVERLAY opacity 1 in # THEN overlay OVERLAY opacity 0 in #
@overlay OVERLAY shifts to X Y in #

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.