Posted by Noctis
in Charging energy skill (Started by Zodd Wolfhead May 09, 2014, 01:31:50 pmBoard: M.U.G.E.N Development Help
A charging skill is pretty simple once you understand how it works. I won't give you the finer details otherwise you won't learn anything.
Let's assume the thing you're charging gets bigger over time as long as you hold the buttons down.
Make the first statedef where he's just going into his charging state.
Change to a new statedef for the actual charging with the charging effects at normal size.
After a few ticks make him change to another statedef, but make the charging effects here even bigger and so on.
Making each charging state so when you release the buttons you use the skill.
It's been a few years, but I'm pretty sure the easiest and quicket way to make the charging effect get bigger is to simply play an explod with an ID# once you get into the state where you start charging.
When you change to the next charging state simply use a modifyexplod to make it bigger using the ID# so it knows what explod you're referring too.





?