Is it possible to make my characters enter behind one another at the same time?

Hope the title makes sense.

Yes it is…
Example:

&CHARACTER1 walks to spot x y in T AND CHARACTER1 moves to layer 0
&CHARACTER2 walks to spot x y in T AND CHARACTER2 moves to layer 1
@CHARACTER3 walks to spot x y in T AND CHARACTER3 moves to layer 2

1 Like

&CHARACTER moves to layer 0
&CHARACTER moves to layer 1 (This character
would be on top.)

Then let them enter with the whole walk commands at nearly the same time.

1 Like

yes it is posible.

To make more characters do animation in one time you can use AND or &

&CHAR walks to spot x y in T AND CHAR moves to layer 1
&CHAR2 walks to spot X Y in T AND CHAR2 moves to layer 2
@CHAR3 walks to spot x y in T AND CHAR3 moves to layer 3

1 Like

Thank you all.

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