Character walking while panning help!

The problem is that my character is scaled down to act as a child, however I want the screen to follow my character while walking (which I’ve already figured out) It’s just, my resized character turns back into her normal size while moving with the pan. I’m not sure if that made sense. I don’t really know what to do as a rookie coder.

Scale your character on the spot you want your character to walk to. Record the spot. Then code the character to walk from it’s initial position to the recorded spot position.

3 Likes

Sorry, could you possibly write it down? :sweat_smile:

First, Scale your character.

Then drag it to the position offscreen (the exact spot you want it to be.)

Record the spot% X Y

Then code, @ follow CHARACTER to spot% X Y in zone ___

1 Like

Uh, I’d actually write the spot that you’d like to walk to.
&pan to zone # in t
Eg @CHARACTER walks to spot 1.127 45 368 in zone # in t
MAKE SURE THAT THE TIME THE CHARACTER TAKES TO WALK TO THE SPOT IS THE SAME AS THE TIME OF THE PANNING
Otherwise it won’t work
The @follow command only works for screen right left and center which is pretty basic tbh.

1 Like

Make sure it is
&pan
@CJARACTER walks to

Then it’ll pan to the zone whilst the character walks to your desired spot. :slight_smile:

1 Like

Thank you so much!

1 Like

No problem hun :heartbeat:

1 Like

Moved to Directing Helps and Tips. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :wink:

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