Animated overlays while the narrator is speaking?

Hello :smiling_face_with_three_hearts:

I’m writing my very first story and I really need help with something I’m struggling with.
would anyone please tell me how to make the narrator speak while smoke is animating in the background? because the smoke stops moving when the narrator starts speaking

Thank you in advance!:sparkling_heart:

You would use the & command. If you want the smoke to keep looping in the background, you would use something like this.

&overlay OVERLAYNAME shifts to (your left coordinates go here) in zone (zone #) in (time) THEN overlay OVERLAYNAME shifts to (your right coordinates go here) in zone (zone #) in (time) loop INFINITE times
NARR
#Whatever you want to say goes here

1 Like

Thank you xx

1 Like

It didn’t work, do you mind if I show you my script so you can tell me what to fix?

1 Like

Sure!

1 Like

1 Like

All of them should have the & so try this instead:
&overlay EFFECT SMOKE create
&overlay EFFECT SMOKE opacity 1 in 0
&overlay EFFECT SMOKE shifts to 0 0 in zone 2
&overlay EFFECT SMOKE scales to 1.000 1.000
&overlay EFFECT SMOKE moves to layer 1
@pause for 0.1
&overlay OVERLAYNAME shifts to -724 0 in zone 2 in 3 THEN overlay OVERLAYNAME shifts to (your right coordinates go here) in zone (zone #) in 3 loop INFINITE times
NARRATOR
#Your script
All you have to do is add in the right coordinates and the zone, and it should work.

There’s also this guide you can check out C:

1 Like

I really appreciate it, thank you so much

1 Like

Of course! :smile:

1 Like

I’m sorry I keep on coming back, but they won’t let me change scenes
Screen Shot 2020-07-05 at 8.15.24 PM

No worries! Can you send me a picture of your whole script so I can see what’s causing the error?

1 Like

Ok, it’s saying that because there’s no actual text following the narrator. The hashtag are notes, so the code won’t read them. I used the # in the code I sent you as a note, if that makes sense. If you want the narrator to say that, double tab NARRATOR and write your text under it like this:
Capture
It should work. Other than that, is the loop working or not?

1 Like

omg HAHA im such a noob, THANK YOU

1 Like

Don’t worry about it! And your welcome C:

1 Like

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