Need help!: Problem with zooming between zones?

Hi!

I’m having problems with zooming in my story. :grimacing:
In the scene I’m trying to code, my two characters HAVE to be in separate zones because I’m using a two-panel background with one chair in each zone.

They’re having a conversation, so I’m trying to toggle the zoom so that when one of the characters are talking, the zoom is on them. I can easily do this when both characters are in one zone, but I can’t seem to get it right now that they’re not? Is it even possible to use zoom for this/have a conversation between characters in two different zones?

I think you can cut between zones. For example:

@ CHARACTER1 stands (position)
@ CHARACTER2 stands (position) in zone 2

@ zoom on CHARACTER1 to % in #

CHARACTER1
Dialogue.

@ cut to zone 2

@ zoom on CHARACTER2 to % in #

CHARACTER2
Dialogue.

1 Like

Oh my god, that worked! Thank you so much! :heart: I can’t believe I didn’t think of that lmao. :woman_facepalming:

1 Like

You’re welcome!! :orange_heart:

1 Like

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