Is it possible to pan to a zone with a zoom?

Hi please help! I’d like to know if it’s possible to pan to a zone using a zoom as well? if that makes sense

1 Like

Yes it is! I do it all the time just use the & command.

&zoom to spot XYZ in zone # in time
@pan to zone # in time

If that makes sense :slight_smile:

4 Likes

Hi, I came back here attempting to do this again :sweat_smile:
Would you be able to give an example of what the code would look like? I’m a little confused, sorry

Hey! An example of this code could look something like this:

&zoom on 566 391 to 223% in 1
@pan to zone 2 in 1

I hope this helps!

1 Like

Thank you! Also, do you know if it’s possible to do this whilst a character is walking to a specific position?

yes it is! just use the & command when coding the character walking

ex:
&zoom on 566 391 to 223% in 1
&CHARACTER walks to x y z in (time)
@pan to zone 2 in 1

1 Like

Alright, thank you so much!! :cherry_blossom::smiling_face_with_three_hearts: I’ll try it out!

1 Like

ofc! I hope it works!

1 Like

Hello, sorry if I’m bothering you :sweat_smile: but I’m trying to pan from zone 2 to zone 3 very quickly so perhaps zooming in 0.5 seconds, I wanted to know if it’s possible to do this? Would you know how as well?

you would do

&zoom on 566 391 to 223% in (time)
&CHARACTER walks to x y z in (time)
@pan to zone 3 in (time)

How about if I want to pan to zone 1 from zone 2 in 0.5 seconds and pan to a specific spot in zone 1 where one of my characters is sitting? How would I do this?

1 Like

@cut to zone 2
@CHARACTER starts idle_sit

^(This part should already be in the code but in case it isnt)

&zoom to x y to XX% in 0.5
@pan to zone 1 in 0.5

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