playMaker

Author Topic: (solved) Stop movement in between animations  (Read 776 times)

Qbanyto

  • Full Member
  • ***
  • Posts: 137
  • Vista Larga, Paso corto
(solved) Stop movement in between animations
« on: August 21, 2020, 12:25:08 PM »
it was kinda of hard to explain this in subject line.

So how do I stop my character from walking when doing his attack animation and then continue walking afterward.

I already have the FSM set up. he does his attack just find. but if i move him while attacking, he slides around while in attack animation. doesn't look right.

I currently use Get Vector Axis and move controller to control him.
« Last Edit: August 29, 2020, 10:08:30 AM by Qbanyto »

Qbanyto

  • Full Member
  • ***
  • Posts: 137
  • Vista Larga, Paso corto
Re: Stop movement in between animations
« Reply #1 on: August 29, 2020, 10:08:13 AM »
I solved this by clamping the magnitude to 0 for .75 seconds on melee attack.