YesNoOk
avatar

Making a Chain attack for a 3 Button Character. (Read 6438 times)

Started by StickyMilk, April 02, 2018, 10:23:31 am
Share this topic:
Making a Chain attack for a 3 Button Character.
#1  April 02, 2018, 10:23:31 am
    • Estonia
I'm making my first mugen character in the style of Mikel8888's characters. I know how to chain three buttons into one button but I do not know how to put all the animations necessary into the single button. It's only a three button character by the way.
Re: Making a Chain attack for a 3 Button Character.
#2  April 03, 2018, 06:51:14 am
  • *****
  • Shame on you!
    • USA
I think you're asking how to make an auto-combo?
What you can do, if you want it to be all with in one state, is use ChangeAnim to control everything.
So Anim 1 plays, A changeanim is set up to monitor
anim = 1
animtime = 0
change to anim 2.

Then your hitdefs and sounds would work off of
anim = 2
animelemno = whatever

then you'd use changeanim to swap to anim 3
anim = 2
animtime = 0
Then do the same thing for the hitdefs and sounds for anim 3.

Or if you already have the 3 attacks in their own states, you can duplicate and rename the states. Then use changestate to switch to state 2 then state 3 instead of going back to standing. State 3 would go back to standing once all 3 attacks were done.
vVv Ryuko718 Updated 10/31/22 vVv