Entering the screen issue?

I’m on my first story right now. When I want my characters to enter the screen, I use

@CHARACTER enters from left to screen right

for example. This worked the whole time, meaning the characters walk from off the screen to their destined position. But somehow this doesn’t work anymore for me since a couple of hours. The characters don’t walk, they move to their position but they don’t walk, they’re just in their default animation.

How can I fix this so they walk to their place instead of floating there? Does someone have/ had similar issues and/or has ideas how to fix it?

Thank you so much in advance for any kind of advice or idea!

maybe refresh your tab? if it doesn’t work you can try @CHARACTER enters from left to screen right AND CHARACTER starts walk_neutral_loop

Thank you for replying so fast! I love the episode community especially in the forum because they always help so fast haha. I will try it right now, tysm!

1 Like

ahah i’m always online because i’m just so bored… and i do love helping people. hope i managed to help you out :smiling_face_with_three_hearts:

I looked over my script again. Is it possible that the problem is caused because i accidentally put the animation the character is supposed to do when arriving at their position like this

@CHARACTER enters from left to screen right and CHARACTER is talk_agree_happy

instead of

@CHARACTER enters from left to screen right
@CHARACTER is talk_agree_happy

:thinking:

But your answer was very helpful! :smiling_face_with_three_hearts:

1 Like

Try this:

@CHARACTER enters from left to screen right in T THEN CHARACTER starts talk_agree_happy

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