Hey, I’ve been trying to make characters move with advanced directing while I’m making the background Pan
You can do it in to different ways.
- Using the follow command:
@follow CHARACTER to position in zone # in …
For example:
@follow NAME to screen center in zone 2 in 5
- Using &:
&pan to zone # in …
@CHARACTER walks to position in zone # in …
For example:
&pan to zone 2 in 4
@NAME walks to screen center in zone 2 in 5
I hope this helps!
Thank you so much
What if I want to use spot directing
Then change “screen center” by coordinates
Got it, thanks