#Can't fix animation

2 messages · Page 1 of 1 (latest)

drowsy basin
#

Im making a forward flip kick animation for the player and when the animation finishes it snaps all the limbs backward to the starting position

I'm wondering how I can maybe change the animation so it just resets back to normal.

I tried setting it to the step easing at the end to see if that would change anything but it didnt work

I attached a gif and the .json file of the animation

is there anyway to move limbs instantly without having the player flip backwards?

Any help will be appreciated

still sage
#

@drowsy basin
Usually when making a cycle you should start and end with the exact same frame/position (copy/paste). But you could try this:

  • Push your last keys one frame back (shouldn't mess too much with your timing)
  • Copy/paste first key frame to end (one frame after your pushed back end keys)
  • Set tangents on last keyframe to stepped

Might work, might not. Couldn't open the file btw, have to export the blockbench file and not just the animation data.