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
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
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.
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:
It should work. Other than that, is the loop working or not?