Animating a smoke overlay while narrator is speaking: help needed

Hi, i’m currently trying to attempt a scene where the narrator and a smoke overlay run at the same time. When I tried this, the narration didn’t show up at all and the overlay when to a full stop even with infinite loop.

This is the code I’m working with:

INT.TRENCH
@cut to zone 2
@zoom on 437 459 to 275% in 0

readerMessage No man’s land, France. with messageTitle Fall of 1916

@overlay FIRE SMOKE create
@overlay FIRE SMOKE opacity 0.73

@overlay 5625586256248832_FIRE SMOKE shifts to 18 -1147 in zone 1
&overlay 5625586256248832_FIRE SMOKE scales to 1.805 1.805

@overlay 5625586256248832_FIRE SMOKE shifts to 40 -87 in zone 1 in 12 loop INFINITE times

    NARRATOR (RIVEN)
I tiredly stare up at the sky.

If you know the solution to this, please help. Thank you love! :yellow_heart:

1 Like

i hope this helps!

1 Like

You can also use the “&” command!

EXAMPLE

INT. PLACENAME - DAY with effect HARD RAIN

&MC stands screen center and MC is cry(animation)

&zoom or OVERLAY in 1

 NARR (MC) Why was life so unfair.This wasn’t fair at all.
1 Like

Hello,
Don’t use @ with infinite loops otherwise it will never get past this point, use & instead. That’s also why the narrator box isn’t showing.

As for the loop, you only have it shift to 1 spot in that loop so when it gets to that spot in 12, you don’t have anything else coded for it so when it repeats that code it’s only repeating to have it move to that spot but it’s already there which means it won’t move after the first loop. You’ll have to add another spot in that looping code so it can repeat a cycle of going from one spot to the other. Also depending on how you have it cycling I would maybe consider using a duplicate of the fog overlay so one can play after the other.

3 Likes

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