I having with certain characters freeze after other characters walk off screen. How could I possibly fix that?
1 Like
Maybe use starts animation for the character that is still on screen.
To have other characters do animations while a character in walking to a spot/exiting, try:
&CHAR1 is (a looping animation)
@ CHAR2 walks to spot % x y in [time]
OR
&CHAR1 starts (looping animation)
@ CHAR2 walks to spot % x y in [time]
Add more animation commands for different background characters with the & command. Just be sure to place them above the @ command.
Please don’t add the space between @ and CHAR2. I added it to avoid the tag.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.