Panning with selfie overlay. HELP!

Hi, I was wondering if it’s possible to pan with the selfie overlay on. Here is part of my code:

INT. RESORT BEDROOM 2 with SELFIE FEMALE 1

@speechbubble is 160 104 to 100%

@pan to zone 2 in 5

    NARRATOR (RILEY)
Bedroom two.

choice
“Next”{
}

Here is a screenshot of the problem:

you can see that it is panning off the selfie overlay template.

Sorry, Idk how to explain it. Can anyone help?

1 Like

Instead of using “pan to …” you can find the right numbers for the zoom

You will need to use “ui” and the create command. “ui” sticks an overlay to the camera so when you pan or zoom the overlay stays in place

&ui OVERLAYNAME create
&ui OVERLAYNAME opacity 1 in 0

You can read more about ui HERE

1 Like

Ok thanks guys, I will try both of these.

Closed: Marked as solved by thread op :v: