YesNoOk
avatar

Multiple hitsparks appear from one hit (Read 1297 times)

Started by WastedCoder, September 25, 2021, 09:10:14 pm
Share this topic:
Multiple hitsparks appear from one hit
#1  September 25, 2021, 09:10:14 pm
  • **
    • Ukraine
After a char makes a hit, a hitspark appears, then the second one just after that.

Code:

Spoiler, click to toggle visibilty
Re: Multiple hitsparks appear from one hit
#2  September 25, 2021, 09:19:51 pm
  • **
    • Ukraine
Update: I figured what causes the issue.
This part of the hitdef 'pausetime = 20,6'
Then what way should I use to pause my char before he lands next hit?
Re: Multiple hitsparks appear from one hit
#3  October 04, 2021, 12:12:17 am
  • *****
  • Shame on you!
    • USA
make sure the anim 7010 is longer than the hitpause. If you removed it, add it back in and fix the animation. It's getting deleted and respawned before the hit ends.
vVv Ryuko718 Updated 10/31/22 vVv
Re: Multiple hitsparks appear from one hit
#4  October 04, 2021, 01:38:34 pm
  • **
    • Ukraine
make sure the anim 7010 is longer than the hitpause. If you removed it, add it back in and fix the animation. It's getting deleted and respawned before the hit ends.

Thank you, I fixed it.