I need help with the bubbles... )

Hey, i’m working on my new story and i’m trying to put two speech bubbles in the same time
there is option like this?
if there is i will really appreciate if someone would help me!
thanks anyway… :heavy_heart_exclamation:

you cant do that

You could try to make the bubbles an overlay but otherwise it won’t work. (don’t tell me how to make the overlay cuz im not bothered explaining it to you)

Make an overlay of a speechbubble (with a transparent background, should be in PNG format, file size should be less than 1 MB), for example, if you upload a speechbubble overlay of a Guy saying Hello and name it BUBBLE and then decide to use it in your story you can use the create command and you must add the opacity for the bubble to be visible. You can also add the shift and scale to position your bubble overlay a certain way.

For example, in your script:

INT. BACKGROUND NAME

NARR
Bla bla bla…

&overlay BUBBLE create
&overlay BUBBLE scales to % %
&overlay BUBBLE shifts to X Y in zone #
&overlay BUBBLE moves to layer #
&overlay BUBBLE opacity 1 in T

GIRL
Hey!

&overlay BUBBLE clear

#continue script

You can also make the overlay go away by changing its opacity to 0 (it is still in the scene but not visible)

Another thing!

You can add the bubble overlay to the background as well.

INT. BACKGROUND NAME with BUBBLE to % X Y in zone # at layer #
&overlay BUBBLE opacity 0 in 0

NARR
Bla bla bla…

&overlay BUBBLE opacity 1 in T

GIRL
Hey!

&overlay BUBBLE clear

#continue script

Legend:
% = scale size
X = horizontal, X-axis (left, right)
Y = vertical, Y-axis (up, down)
T = time, is a number, in seconds (0 - infinity)
#= a number (but discard the hashtag in front of continue script when assigning a number to #)

Can read more here:

1 Like