How can I make my characters/ objects slide over the screen instead of walking or faltering?

For example if I want my object to fly threw the air? I tried several things but then i get some falter or something?

Characters slide when you have them do two commands at the same time for example if you have them enter or walk somewhere on the screen doing an animation other than the walking animations they’ll slide

something like this :
@CHARACTER enters from right to screen right AND CHARACTER is think

for overlays to fly/slide in the air you’d have better luck looking at dara’s thread about it!
Link : A Guide to Using & Animating OVERLAYS

1 Like

spot directing

@CHARACTER walks to spot size x y in zone # in time and CHARACTER does it while idle and CHARACTER faces left/right

overlay

@overlay OVERLAYNAME create
@overlay OVERLAYNAME opacity 1 in 0
@overlay OVERLAYNAME shifts to x y in zone # in time
@overlay OVERLAYNAME scales to % % in time

1 Like

Thank you!

Thank you!sm

no problem! if you have any other questions or need help, feel free to message me <3

1 Like

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